Html Css Color HEX #FDE1DF Misty Rose

📋 copy color: '#FDE1DF'

red 253 ◦ green 225 ◦ blue 223

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

Shades of Misty Rose #FDE1DF

Tints of Misty Rose #FDE1DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 31.81%

R = 36.09%
G = 32.1%
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

#FDE1DF (or 0xFDE1DF) is known color: Misty Rose. HEX triplet: FD, E1 and DF. RGB value is (253,225,223). Sum of RGB (Red+Green+Blue) = 253+225+223=701 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.09% from 701); Green value is 225 (88.28% from 255 or 32.10% from 701); Blue value is 223 (87.5% from 255 or 31.81% from 701); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE1DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE1DF is #021E20. Grayscale: #E9E9E9. Windows color (decimal): -138785 or 14672381. OLE color: 14672381.

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

Color convert

RGB 253 225 223 -
CMYK 0 0.11 0.12 0.01
HSL 0.88% 0.93% -
HSV(B) 0.12% 0.99% -
XYZ 80.75 80.06 81.01 -
YUV 233.14 122.28 142.16 -
System Red Green Blue C M Y K H S L
Decimal 253 225 223 0 0.11 0.12 0.01 4 0.88 0.93
Hex FD E1 DF 0 B C 1 4 58 5D
Octal 375 341 337 0 13 14 1 4 130 135
Binary 11111101 11100001 11011111 0 1011 1100 1 100 1011000 1011101

Color Harmonies of #FDE1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE1DF

Black with #FDE1DF

Text Example


Text Example

White with #FDE1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE1DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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