Html Css Color HEX #FDE5E1 Misty Rose

📋 copy color: '#FDE5E1'

red 253 ◦ green 229 ◦ blue 225

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

Shades of Misty Rose #FDE5E1

Tints of Misty Rose #FDE5E1

RGB

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

 GREEN value IS 229 (89.84% from 255) = 32.39%

 BLUE value IS 225 (88.28% from 255) = 31.82%

R = 35.79%
G = 32.39%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDE5E1 (or 0xFDE5E1) is known color: Misty Rose. HEX triplet: FD, E5 and E1. RGB value is (253,229,225). Sum of RGB (Red+Green+Blue) = 253+229+225=707 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.79% from 707); Green value is 229 (89.84% from 255 or 32.39% from 707); Blue value is 225 (88.28% from 255 or 31.82% from 707); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE5E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE5E1 is #021A1E. Grayscale: #EBEBEB. Windows color (decimal): -137759 or 14804477. OLE color: 14804477.

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

Color convert

RGB 253 229 225 -
CMYK 0 0.09 0.11 0.01
HSL 8.57º 0.88% 0.94% -
HSV(B) 8.57º 0.11% 0.99% -
XYZ 82.12 82.36 82.8 -
YUV 235.72 121.95 140.33 -
System Red Green Blue C M Y K H S L
Decimal 253 229 225 0 0.09 0.11 0.01 8.57 0.88 0.94
Hex FD E5 E1 0 9 B 1 9 58 5E
Octal 375 345 341 0 11 13 1 11 130 136
Binary 11111101 11100101 11100001 0 1001 1011 1 1001 1011000 1011110

Color Harmonies of #FDE5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE5E1

Black with #FDE5E1

Text Example


Text Example

White with #FDE5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE5E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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