Html Css Color HEX #FCD0D9 Pink Lace

📋 copy color: '#FCD0D9'

red 252 ◦ green 208 ◦ blue 217

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

Shades of Pink Lace #FCD0D9

Tints of Pink Lace #FCD0D9

RGB

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

 GREEN value IS 208 (81.64% from 255) = 30.72%

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

R = 37.22%
G = 30.72%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#FCD0D9 (or 0xFCD0D9) is known color: Pink Lace. HEX triplet: FC, D0 and D9. RGB value is (252,208,217). Sum of RGB (Red+Green+Blue) = 252+208+217=677 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.22% from 677); Green value is 208 (81.64% from 255 or 30.72% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0D9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0D9 is #032F26. Grayscale: #DEDEDE. Windows color (decimal): -208679 or 14274812. OLE color: 14274812.

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

Color convert

RGB 252 208 217 -
CMYK 0 0.17 0.14 0.01
HSL 347.73º 0.88% 0.9% -
HSV(B) 347.73º 0.17% 0.99% -
XYZ 75.23 70.82 75.35 -
YUV 222.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 252 208 217 0 0.17 0.14 0.01 347.73 0.88 0.9
Hex FC D0 D9 0 11 E 1 15C 58 5A
Octal 374 320 331 0 21 16 1 534 130 132
Binary 11111100 11010000 11011001 0 10001 1110 1 101011100 1011000 1011010

Color Harmonies of #FCD0D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0D9

Black with #FCD0D9

Text Example


Text Example

White with #FCD0D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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