Html Css Color HEX #FCC9D8 Pink Lace

📋 copy color: '#FCC9D8'

red 252 ◦ green 201 ◦ blue 216

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

Shades of Pink Lace #FCC9D8

Tints of Pink Lace #FCC9D8

RGB

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

 GREEN value IS 201 (78.91% from 255) = 30.04%

 BLUE value IS 216 (84.77% from 255) = 32.29%

R = 37.67%
G = 30.04%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCC9D8 (or 0xFCC9D8) is known color: Pink Lace. HEX triplet: FC, C9 and D8. RGB value is (252,201,216). Sum of RGB (Red+Green+Blue) = 252+201+216=669 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.67% from 669); Green value is 201 (78.91% from 255 or 30.04% from 669); Blue value is 216 (84.77% from 255 or 32.29% from 669); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC9D8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC9D8 is #033627. Grayscale: #D9D9D9. Windows color (decimal): -210472 or 14207484. OLE color: 14207484.

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

Color convert

RGB 252 201 216 -
CMYK 0 0.20 0.14 0.01
HSL 342.35º 0.89% 0.89% -
HSV(B) 342.35º 0.2% 0.99% -
XYZ 73.43 67.43 74.11 -
YUV 217.96 126.9 152.28 -
System Red Green Blue C M Y K H S L
Decimal 252 201 216 0 0.20 0.14 0.01 342.35 0.89 0.89
Hex FC C9 D8 0 14 E 1 156 59 59
Octal 374 311 330 0 24 16 1 526 131 131
Binary 11111100 11001001 11011000 0 10100 1110 1 101010110 1011001 1011001

Color Harmonies of #FCC9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC9D8

Black with #FCC9D8

Text Example


Text Example

White with #FCC9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC9D8; }

 p { color: rgb(252,201,216); }

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

background-color css

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

 a { background-color: rgb(252,201,216); }

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

border-color css

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

 span { border-color: rgb(252,201,216); }

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