Color Hex Logo

#fccbf6 Color Hex

#FCCBF6
(252,203,246)
0 Favorites   0 Comments

Color spaces of #fccbf6

RGB 252203246
HSL0.850.890.89
HSV307°19°99°
CMYK 0.000.190.02   0.01
XYZ78.135470.061196.5938
Yxy70.06110.31920.2862
Hunter Lab83.702520.1485-9.8297
CIE-Lab87.026824.3076-14.5408

#fccbf6 color RGB value is (252,203,246).

#fccbf6 hex color red value is 252, green value is 203 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #fccbf6 hue: 0.85 , saturation: 0.89 and the lightness value of fccbf6 is 0.89.

The process color (four color CMYK) of #fccbf6 color hex is 0.00, 0.19, 0.02, 0.01. Web safe color of #fccbf6 is #ffccff. Color #fccbf6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11110110
Octal 374 313 366
Decimal 252 203 246
Hex FC CB F6

RGB Percentages of Color #fccbf6

%35.95
%28.96
%35.09

CMYK Percentages of Color #fccbf6

%0
%19
%2
%1

Triadic Colors of #fccbf6

#fccbf6 #f6fccb #cbf6fc

Analogous Colors of #fccbf6

#fccbf6 #fccbde #eacbfc

Monochromatic Colors of #fccbf6

#fccbf6

Complementary Color

#fccbf6 #cbfcd1

#fccbf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbf6 Color CSS Codes

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

#fccbf6 Text Font Color

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

This sample text font color is #fccbf6
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.


#fccbf6 Background Color

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

This div background color is #fccbf6


#fccbf6 Border Color

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

This div border color is #fccbf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbf6

Related Colors


Comments

No comments written yet.

Please login to write comment.