Html Css Color HEX #FCE2DE Misty Rose

📋 copy color: '#FCE2DE'

red 252 ◦ green 226 ◦ blue 222

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

Shades of Misty Rose #FCE2DE

Tints of Misty Rose #FCE2DE

RGB

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

 GREEN value IS 226 (88.67% from 255) = 32.29%

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

R = 36%
G = 32.29%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FCE2DE (or 0xFCE2DE) is known color: Misty Rose. HEX triplet: FC, E2 and DE. RGB value is (252,226,222). Sum of RGB (Red+Green+Blue) = 252+226+222=700 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCE2DE is #031D21. Grayscale: #E9E9E9. Windows color (decimal): -204066 or 14607100. OLE color: 14607100.

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

Color convert

RGB 252 226 222 -
CMYK 0 0.10 0.12 0.01
HSL 0.83% 0.93% -
HSV(B) 0.12% 0.99% -
XYZ 80.53 80.36 80.37 -
YUV 233.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 252 226 222 0 0.10 0.12 0.01 8 0.83 0.93
Hex FC E2 DE 0 A C 1 8 53 5D
Octal 374 342 336 0 12 14 1 10 123 135
Binary 11111100 11100010 11011110 0 1010 1100 1 1000 1010011 1011101

Color Harmonies of #FCE2DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE2DE

Black with #FCE2DE

Text Example


Text Example

White with #FCE2DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE2DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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