Html Css Color HEX #FCD1DB Pink Lace

📋 copy color: '#FCD1DB'

red 252 ◦ green 209 ◦ blue 219

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

Shades of Pink Lace #FCD1DB

Tints of Pink Lace #FCD1DB

RGB

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

 GREEN value IS 209 (82.03% from 255) = 30.74%

 BLUE value IS 219 (85.94% from 255) = 32.21%

R = 37.06%
G = 30.74%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FCD1DB (or 0xFCD1DB) is known color: Pink Lace. HEX triplet: FC, D1 and DB. RGB value is (252,209,219). Sum of RGB (Red+Green+Blue) = 252+209+219=680 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.06% from 680); Green value is 209 (82.03% from 255 or 30.74% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1DB is #032E24. Grayscale: #DEDEDE. Windows color (decimal): -208421 or 14406140. OLE color: 14406140.

HSL color Cylindrical-coordinate representation of color #FCD1DB: hue angle of 346.05º 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 #FCD1DB is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 209 219 -
CMYK 0 0.17 0.13 0.01
HSL 346.05º 0.88% 0.9% -
HSV(B) 346.05º 0.17% 0.99% -
XYZ 75.73 71.41 76.81 -
YUV 223 125.75 148.69 -
System Red Green Blue C M Y K H S L
Decimal 252 209 219 0 0.17 0.13 0.01 346.05 0.88 0.9
Hex FC D1 DB 0 11 D 1 15A 58 5A
Octal 374 321 333 0 21 15 1 532 130 132
Binary 11111100 11010001 11011011 0 10001 1101 1 101011010 1011000 1011010

Color Harmonies of #FCD1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1DB

Black with #FCD1DB

Text Example


Text Example

White with #FCD1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1DB; }

 p { color: rgb(252,209,219); }

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

background-color css

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

 a { background-color: rgb(252,209,219); }

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

border-color css

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

 span { border-color: rgb(252,209,219); }

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