Html Css Color HEX #FDE2DF Misty Rose

📋 copy color: '#FDE2DF'

red 253 ◦ green 226 ◦ blue 223

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

Shades of Misty Rose #FDE2DF

Tints of Misty Rose #FDE2DF

RGB

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

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

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

R = 36.04%
G = 32.19%
B = 31.77%

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

#FDE2DF (or 0xFDE2DF) is known color: Misty Rose. HEX triplet: FD, E2 and DF. RGB value is (253,226,223). Sum of RGB (Red+Green+Blue) = 253+226+223=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 226 (88.67% from 255 or 32.19% from 702); Blue value is 223 (87.5% from 255 or 31.77% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE2DF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE2DF is #021D20. Grayscale: #E9E9E9. Windows color (decimal): -138529 or 14672637. OLE color: 14672637.

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

Color convert

RGB 253 226 223 -
CMYK 0 0.11 0.12 0.01
HSL 0.88% 0.93% -
HSV(B) 0.12% 0.99% -
XYZ 81.02 80.6 81.1 -
YUV 233.73 121.95 141.74 -
System Red Green Blue C M Y K H S L
Decimal 253 226 223 0 0.11 0.12 0.01 6 0.88 0.93
Hex FD E2 DF 0 B C 1 6 58 5D
Octal 375 342 337 0 13 14 1 6 130 135
Binary 11111101 11100010 11011111 0 1011 1100 1 110 1011000 1011101

Color Harmonies of #FDE2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE2DF

Black with #FDE2DF

Text Example


Text Example

White with #FDE2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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