Color Hex Logo

#fccadb Color Hex

#FCCADB
(252,202,219)
0 Favorites   0 Comments

Color spaces of #fccadb

RGB 252202219
HSL0.940.890.89
HSV340°20°99°
CMYK 0.000.200.13   0.01
XYZ74.051668.051076.2500
Yxy68.05100.33910.3117
Hunter Lab82.493015.87152.9422
CIE-Lab86.031920.2893-1.6884

#fccadb color RGB value is (252,202,219).

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

The process color (four color CMYK) of #fccadb color hex is 0.00, 0.20, 0.13, 0.01. Web safe color of #fccadb is #ffcccc. Color #fccadb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 11011011
Octal 374 312 333
Decimal 252 202 219
Hex FC CA DB

RGB Percentages of Color #fccadb

%37.44
%30.01
%32.54

CMYK Percentages of Color #fccadb

%0
%20
%13
%1

Triadic Colors of #fccadb

#fccadb #dbfcca #cadbfc

Analogous Colors of #fccadb

#fccadb #fcd2ca #fccaf4

Monochromatic Colors of #fccadb

#fccadb

Complementary Color

#fccadb #cafceb

#fccadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccadb Color CSS Codes

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

#fccadb Text Font Color

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

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


#fccadb Background Color

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

This div background color is #fccadb


#fccadb Border Color

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

This div border color is #fccadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccadb


Comments

No comments written yet.

Please login to write comment.