Html Css Color HEX #FDE1DE Misty Rose

📋 copy color: '#FDE1DE'

red 253 ◦ green 225 ◦ blue 222

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

Shades of Misty Rose #FDE1DE

Tints of Misty Rose #FDE1DE

RGB

 RED value IS 253 (99.22% from 255) = 36.14%

 GREEN value IS 225 (88.28% from 255) = 32.14%

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

R = 36.14%
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

#FDE1DE (or 0xFDE1DE) is known color: Misty Rose. HEX triplet: FD, E1 and DE. RGB value is (253,225,222). Sum of RGB (Red+Green+Blue) = 253+225+222=700 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.14% from 700); Green value is 225 (88.28% from 255 or 32.14% from 700); Blue value is 222 (87.11% from 255 or 31.71% from 700); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1DE is #021E21. Grayscale: #E9E9E9. Windows color (decimal): -138786 or 14606845. OLE color: 14606845.

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

Color convert

RGB 253 225 222 -
CMYK 0 0.11 0.12 0.01
HSL 5.81º 0.89% 0.93% -
HSV(B) 5.81º 0.12% 0.99% -
XYZ 80.62 80.01 80.3 -
YUV 233.03 121.78 142.24 -
System Red Green Blue C M Y K H S L
Decimal 253 225 222 0 0.11 0.12 0.01 5.81 0.89 0.93
Hex FD E1 DE 0 B C 1 6 59 5D
Octal 375 341 336 0 13 14 1 6 131 135
Binary 11111101 11100001 11011110 0 1011 1100 1 110 1011001 1011101

Color Harmonies of #FDE1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE1DE

Black with #FDE1DE

Text Example


Text Example

White with #FDE1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE1DE; }

 p { color: rgb(253,225,222); }

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

background-color css

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

 a { background-color: rgb(253,225,222); }

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

border-color css

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

 span { border-color: rgb(253,225,222); }

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