Html Css Color HEX #FCE0DE Misty Rose

📋 copy color: '#FCE0DE'

red 252 ◦ green 224 ◦ blue 222

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

Shades of Misty Rose #FCE0DE

Tints of Misty Rose #FCE0DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.81%

R = 36.1%
G = 32.09%
B = 31.81%

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

#FCE0DE (or 0xFCE0DE) is known color: Misty Rose. HEX triplet: FC, E0 and DE. RGB value is (252,224,222). Sum of RGB (Red+Green+Blue) = 252+224+222=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 224 (87.89% from 255 or 32.09% from 698); Blue value is 222 (87.11% from 255 or 31.81% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE0DE is #031F21. Grayscale: #E8E8E8. Windows color (decimal): -204578 or 14606588. OLE color: 14606588.

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

Color convert

RGB 252 224 222 -
CMYK 0 0.11 0.12 0.01
HSL 0.83% 0.93% -
HSV(B) 0.12% 0.99% -
XYZ 79.99 79.28 80.19 -
YUV 232.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 252 224 222 0 0.11 0.12 0.01 4 0.83 0.93
Hex FC E0 DE 0 B C 1 4 53 5D
Octal 374 340 336 0 13 14 1 4 123 135
Binary 11111100 11100000 11011110 0 1011 1100 1 100 1010011 1011101

Color Harmonies of #FCE0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE0DE

Black with #FCE0DE

Text Example


Text Example

White with #FCE0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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