Html Css Color HEX #FCE0DD Misty Rose

📋 copy color: '#FCE0DD'

red 252 ◦ green 224 ◦ blue 221

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

Shades of Misty Rose #FCE0DD

Tints of Misty Rose #FCE0DD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 32.14%

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

R = 36.15%
G = 32.14%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCE0DD (or 0xFCE0DD) is known color: Misty Rose. HEX triplet: FC, E0 and DD. RGB value is (252,224,221). Sum of RGB (Red+Green+Blue) = 252+224+221=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 224 (87.89% from 255 or 32.14% from 697); Blue value is 221 (86.72% from 255 or 31.71% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0DD is #031F22. Grayscale: #E8E8E8. Windows color (decimal): -204579 or 14541052. OLE color: 14541052.

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

Color convert

RGB 252 224 221 -
CMYK 0 0.11 0.12 0.01
HSL 5.81º 0.84% 0.93% -
HSV(B) 5.81º 0.12% 0.99% -
XYZ 79.85 79.23 79.49 -
YUV 232.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 252 224 221 0 0.11 0.12 0.01 5.81 0.84 0.93
Hex FC E0 DD 0 B C 1 6 54 5D
Octal 374 340 335 0 13 14 1 6 124 135
Binary 11111100 11100000 11011101 0 1011 1100 1 110 1010100 1011101

Color Harmonies of #FCE0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0DD

Black with #FCE0DD

Text Example


Text Example

White with #FCE0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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