Html Css Color HEX #FCD1DD Pink Lace

📋 copy color: '#FCD1DD'

red 252 ◦ green 209 ◦ blue 221

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

Shades of Pink Lace #FCD1DD

Tints of Pink Lace #FCD1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.4%

R = 36.95%
G = 30.65%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCD1DD (or 0xFCD1DD) is known color: Pink Lace. HEX triplet: FC, D1 and DD. RGB value is (252,209,221). Sum of RGB (Red+Green+Blue) = 252+209+221=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 209 (82.03% from 255 or 30.65% from 682); Blue value is 221 (86.72% from 255 or 32.40% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD1DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD1DD is #032E22. Grayscale: #DFDFDF. Windows color (decimal): -208419 or 14537212. OLE color: 14537212.

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

Color convert

RGB 252 209 221 -
CMYK 0 0.17 0.12 0.01
HSL 343.26º 0.88% 0.9% -
HSV(B) 343.26º 0.17% 0.99% -
XYZ 76 71.52 78.21 -
YUV 223.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 252 209 221 0 0.17 0.12 0.01 343.26 0.88 0.9
Hex FC D1 DD 0 11 C 1 157 58 5A
Octal 374 321 335 0 21 14 1 527 130 132
Binary 11111100 11010001 11011101 0 10001 1100 1 101010111 1011000 1011010

Color Harmonies of #FCD1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD1DD

Black with #FCD1DD

Text Example


Text Example

White with #FCD1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD1DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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