Color Hex Logo

#fccafe Color Hex

#FCCAFE
(252,202,254)
0 Favorites   0 Comments

Color spaces of #fccafe

RGB 252202254
HSL0.830.960.89
HSV298°20°100°
CMYK 0.010.200.00   0.00
XYZ79.154870.0923103.1232
Yxy70.09230.31360.2777
Hunter Lab83.721122.2522-14.4254
CIE-Lab87.042126.2699-18.7505

#fccafe color RGB value is (252,202,254).

#fccafe hex color red value is 252, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #fccafe hue: 0.83 , saturation: 0.96 and the lightness value of fccafe is 0.89.

The process color (four color CMYK) of #fccafe color hex is 0.01, 0.20, 0.00, 0.00. Web safe color of #fccafe is #ffccff. Color #fccafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11111110
Octal 374 312 376
Decimal 252 202 254
Hex FC CA FE

RGB Percentages of Color #fccafe

%35.59
%28.53
%35.88

CMYK Percentages of Color #fccafe

%1
%20
%0
%0

Triadic Colors of #fccafe

#fccafe #fefcca #cafefc

Analogous Colors of #fccafe

#fccafe #fecae6 #e2cafe

Monochromatic Colors of #fccafe

#fccafe

Complementary Color

#fccafe #ccfeca

#fccafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccafe Color CSS Codes

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

#fccafe Text Font Color

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

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


#fccafe Background Color

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

This div background color is #fccafe


#fccafe Border Color

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

This div border color is #fccafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccafe

Related Colors


Comments

No comments written yet.

Please login to write comment.