Color Hex Logo

#fccfbe Color Hex

#FCCFBE
(252,207,190)
0 Favorites   0 Comments

Color spaces of #fccfbe

RGB 252207190
HSL0.050.910.87
HSV16°25°99°
CMYK 0.000.180.25   0.01
XYZ71.752069.038858.2593
Yxy69.03880.36050.3468
Hunter Lab83.08968.736916.5908
CIE-Lab86.523313.358914.3970

#fccfbe color RGB value is (252,207,190).

#fccfbe hex color red value is 252, green value is 207 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #fccfbe hue: 0.05 , saturation: 0.91 and the lightness value of fccfbe is 0.87.

The process color (four color CMYK) of #fccfbe color hex is 0.00, 0.18, 0.25, 0.01. Web safe color of #fccfbe is #ffcccc. Color #fccfbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 10111110
Octal 374 317 276
Decimal 252 207 190
Hex FC CF BE

RGB Percentages of Color #fccfbe

%38.83
%31.90
%29.28

CMYK Percentages of Color #fccfbe

%0
%18
%25
%1

Triadic Colors of #fccfbe

#fccfbe #befccf #cfbefc

Analogous Colors of #fccfbe

#fccfbe #fceebe #fcbecc

Monochromatic Colors of #fccfbe

#fccfbe

Complementary Color

#fccfbe #beebfc

#fccfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfbe Color CSS Codes

.mybgcolor {background-color:#fccfbe; } 
.myforecolor {color:#fccfbe; }
.mybordercolor {border:3px solid #fccfbe; }

#fccfbe Text Font Color

<p style="color:#fccfbe">Text here</p>

This sample text font color is #fccfbe
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fccfbe Background Color

<div style="background-color:#fccfbe">
Div content here</div>

This div background color is #fccfbe


#fccfbe Border Color

<div style="border:3px solid #fccfbe">
Div here</div>

This div border color is #fccfbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,207,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fccfbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fccfbe;
  -webkit-box-shadow: 1px 1px 3px 2px #fccfbe;
  box-shadow:         1px 1px 3px 2px #fccfbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,207,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fccfbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fccfbe;
  -webkit-box-shadow: 1px 1px 3px 2px #fccfbe;
  box-shadow:         1px 1px 3px 2px #fccfbe;">
Div content here</div>

This div box has shadow with color #fccfbe

Related Colors


Comments

No comments written yet.

Please login to write comment.