Html Css Color HEX #FCD0DA Pink Lace

📋 copy color: '#FCD0DA'

red 252 ◦ green 208 ◦ blue 218

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

Shades of Pink Lace #FCD0DA

Tints of Pink Lace #FCD0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 32.15%

R = 37.17%
G = 30.68%
B = 32.15%

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

#FCD0DA (or 0xFCD0DA) is known color: Pink Lace. HEX triplet: FC, D0 and DA. RGB value is (252,208,218). Sum of RGB (Red+Green+Blue) = 252+208+218=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 208 (81.64% from 255 or 30.68% from 678); Blue value is 218 (85.55% from 255 or 32.15% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD0DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCD0DA is #032F25. Grayscale: #DEDEDE. Windows color (decimal): -208678 or 14340348. OLE color: 14340348.

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

Color convert

RGB 252 208 218 -
CMYK 0 0.17 0.13 0.01
HSL 346.36º 0.88% 0.9% -
HSV(B) 346.36º 0.17% 0.99% -
XYZ 75.36 70.87 76.04 -
YUV 222.3 125.58 149.19 -
System Red Green Blue C M Y K H S L
Decimal 252 208 218 0 0.17 0.13 0.01 346.36 0.88 0.9
Hex FC D0 DA 0 11 D 1 15A 58 5A
Octal 374 320 332 0 21 15 1 532 130 132
Binary 11111100 11010000 11011010 0 10001 1101 1 101011010 1011000 1011010

Color Harmonies of #FCD0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD0DA

Black with #FCD0DA

Text Example


Text Example

White with #FCD0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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