Html Css Color HEX #FCC8D9 Pink Lace

📋 copy color: '#FCC8D9'

red 252 ◦ green 200 ◦ blue 217

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

Shades of Pink Lace #FCC8D9

Tints of Pink Lace #FCC8D9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 29.9%

 BLUE value IS 217 (85.16% from 255) = 32.44%

R = 37.67%
G = 29.9%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCC8D9 (or 0xFCC8D9) is known color: Pink Lace. HEX triplet: FC, C8 and D9. RGB value is (252,200,217). Sum of RGB (Red+Green+Blue) = 252+200+217=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 200 (78.52% from 255 or 29.90% from 669); Blue value is 217 (85.16% from 255 or 32.44% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8D9 is #033726. Grayscale: #D9D9D9. Windows color (decimal): -210727 or 14272764. OLE color: 14272764.

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

Color convert

RGB 252 200 217 -
CMYK 0 0.21 0.14 0.01
HSL 340.38º 0.9% 0.89% -
HSV(B) 340.38º 0.21% 0.99% -
XYZ 73.32 67.01 74.72 -
YUV 217.49 127.73 152.62 -
System Red Green Blue C M Y K H S L
Decimal 252 200 217 0 0.21 0.14 0.01 340.38 0.9 0.89
Hex FC C8 D9 0 15 E 1 154 5A 59
Octal 374 310 331 0 25 16 1 524 132 131
Binary 11111100 11001000 11011001 0 10101 1110 1 101010100 1011010 1011001

Color Harmonies of #FCC8D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC8D9

Black with #FCC8D9

Text Example


Text Example

White with #FCC8D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC8D9; }

 p { color: rgb(252,200,217); }

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

background-color css

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

 a { background-color: rgb(252,200,217); }

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

border-color css

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

 span { border-color: rgb(252,200,217); }

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