Color Hex Logo

#fccbf0 Color Hex

#FCCBF0
(252,203,240)
0 Favorites   0 Comments

Color spaces of #fccbf0

RGB 252203240
HSL0.870.890.89
HSV315°19°99°
CMYK 0.000.190.05   0.01
XYZ77.229069.698691.8208
Yxy69.69860.32350.2919
Hunter Lab83.485719.0227-6.7695
CIE-Lab86.848823.2567-11.6288

#fccbf0 color RGB value is (252,203,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11110000
Octal 374 313 360
Decimal 252 203 240
Hex FC CB F0

RGB Percentages of Color #fccbf0

%36.26
%29.21
%34.53

CMYK Percentages of Color #fccbf0

%0
%19
%5
%1

Triadic Colors of #fccbf0

#fccbf0 #f0fccb #cbf0fc

Analogous Colors of #fccbf0

#fccbf0 #fccbd8 #f0cbfc

Monochromatic Colors of #fccbf0

#fccbf0

Complementary Color

#fccbf0 #cbfcd7

#fccbf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbf0 Color CSS Codes

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

#fccbf0 Text Font Color

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

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


#fccbf0 Background Color

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

This div background color is #fccbf0


#fccbf0 Border Color

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

This div border color is #fccbf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbf0

Related Colors


Comments

No comments written yet.

Please login to write comment.