Html Css Color HEX #FCD2DD Pink Lace

📋 copy color: '#FCD2DD'

red 252 ◦ green 210 ◦ blue 221

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

Shades of Pink Lace #FCD2DD

Tints of Pink Lace #FCD2DD

RGB

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

 GREEN value IS 210 (82.42% from 255) = 30.75%

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

R = 36.9%
G = 30.75%
B = 32.36%

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

#FCD2DD (or 0xFCD2DD) is known color: Pink Lace. HEX triplet: FC, D2 and DD. RGB value is (252,210,221). Sum of RGB (Red+Green+Blue) = 252+210+221=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 210 (82.42% from 255 or 30.75% from 683); Blue value is 221 (86.72% from 255 or 32.36% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD2DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD2DD is #032D22. Grayscale: #DFDFDF. Windows color (decimal): -208163 or 14537468. OLE color: 14537468.

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

Color convert

RGB 252 210 221 -
CMYK 0 0.17 0.12 0.01
HSL 344.29º 0.88% 0.91% -
HSV(B) 344.29º 0.17% 0.99% -
XYZ 76.24 72.01 78.29 -
YUV 223.81 126.41 148.11 -
System Red Green Blue C M Y K H S L
Decimal 252 210 221 0 0.17 0.12 0.01 344.29 0.88 0.91
Hex FC D2 DD 0 11 C 1 158 58 5B
Octal 374 322 335 0 21 14 1 530 130 133
Binary 11111100 11010010 11011101 0 10001 1100 1 101011000 1011000 1011011

Color Harmonies of #FCD2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD2DD

Black with #FCD2DD

Text Example


Text Example

White with #FCD2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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