Html Css Color HEX #FCCCD4 Pink Lace

📋 copy color: '#FCCCD4'

red 252 ◦ green 204 ◦ blue 212

#FCCCD4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pink Lace #FCCCD4

Tints of Pink Lace #FCCCD4

RGB

 RED value IS 252 (98.83% from 255) = 37.72%

 GREEN value IS 204 (80.08% from 255) = 30.54%

 BLUE value IS 212 (83.2% from 255) = 31.74%

R = 37.72%
G = 30.54%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FCCCD4 (or 0xFCCCD4) is known color: Pink Lace. HEX triplet: FC, CC and D4. RGB value is (252,204,212). Sum of RGB (Red+Green+Blue) = 252+204+212=668 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.72% from 668); Green value is 204 (80.08% from 255 or 30.54% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCCD4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCCCD4 is #03332B. Grayscale: #DBDBDB. Windows color (decimal): -209708 or 13946108. OLE color: 13946108.

HSL color Cylindrical-coordinate representation of color #FCCCD4: hue angle of 350º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCCD4 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 204 212 -
CMYK 0 0.19 0.16 0.01
HSL 350º 0.89% 0.89% -
HSV(B) 350º 0.19% 0.99% -
XYZ 73.62 68.63 71.65 -
YUV 219.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 252 204 212 0 0.19 0.16 0.01 350 0.89 0.89
Hex FC CC D4 0 13 10 1 15E 59 59
Octal 374 314 324 0 23 20 1 536 131 131
Binary 11111100 11001100 11010100 0 10011 10000 1 101011110 1011001 1011001

Color Harmonies of #FCCCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCCCD4

Black with #FCCCD4

Text Example


Text Example

White with #FCCCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCCCD4; }

 p { color: rgb(252,204,212); }

 H1.HeaderClassName
 {
   color: #FCCCD4;
 }
 .AnyTagClassName
 {
   color: #FCCCD4;
 }
</style>

background-color css

<style>
 a { background-color: #FCCCD4; }

 a { background-color: rgb(252,204,212); }

 div.DivClassName
 {
   background-color: #FCCCD4;
 }
 .BgClassName
 {
   background-color: #FCCCD4;
 }
</style>

border-color css

<style>
 span { border-color: #FCCCD4; }

 span { border-color: rgb(252,204,212); }

 td.TdClassName
 {
   border-color: #FCCCD4;
 }
 .TagClassName
 {
   border-color: #FCCCD4;
 }
</style>