Html Css Color HEX #FDE4E1 Misty Rose

📋 copy color: '#FDE4E1'

red 253 ◦ green 228 ◦ blue 225

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

Shades of Misty Rose #FDE4E1

Tints of Misty Rose #FDE4E1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.29%

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

R = 35.84%
G = 32.29%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#FDE4E1 (or 0xFDE4E1) is known color: Misty Rose. HEX triplet: FD, E4 and E1. RGB value is (253,228,225). Sum of RGB (Red+Green+Blue) = 253+228+225=706 (93% of max value = 765). Red value is 253 (99.22% from 255 or 35.84% from 706); Green value is 228 (89.45% from 255 or 32.29% from 706); Blue value is 225 (88.28% from 255 or 31.87% from 706); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE4E1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE4E1 is #021B1E. Grayscale: #EBEBEB. Windows color (decimal): -138015 or 14804221. OLE color: 14804221.

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

Color convert

RGB 253 228 225 -
CMYK 0 0.10 0.11 0.01
HSL 6.43º 0.88% 0.94% -
HSV(B) 6.43º 0.11% 0.99% -
XYZ 81.84 81.81 82.71 -
YUV 235.13 122.28 140.74 -
System Red Green Blue C M Y K H S L
Decimal 253 228 225 0 0.10 0.11 0.01 6.43 0.88 0.94
Hex FD E4 E1 0 A B 1 6 58 5E
Octal 375 344 341 0 12 13 1 6 130 136
Binary 11111101 11100100 11100001 0 1010 1011 1 110 1011000 1011110

Color Harmonies of #FDE4E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE4E1

Black with #FDE4E1

Text Example


Text Example

White with #FDE4E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE4E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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