Html Css Color HEX #FDE3DE Misty Rose

📋 copy color: '#FDE3DE'

red 253 ◦ green 227 ◦ blue 222

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

Shades of Misty Rose #FDE3DE

Tints of Misty Rose #FDE3DE

RGB

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

 GREEN value IS 227 (89.06% from 255) = 32.34%

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

R = 36.04%
G = 32.34%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#FDE3DE (or 0xFDE3DE) is known color: Misty Rose. HEX triplet: FD, E3 and DE. RGB value is (253,227,222). Sum of RGB (Red+Green+Blue) = 253+227+222=702 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.04% from 702); Green value is 227 (89.06% from 255 or 32.34% from 702); Blue value is 222 (87.11% from 255 or 31.62% from 702); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE3DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FDE3DE is #021C21. Grayscale: #EAEAEA. Windows color (decimal): -138274 or 14607357. OLE color: 14607357.

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

Color convert

RGB 253 227 222 -
CMYK 0 0.10 0.12 0.01
HSL 9.68º 0.89% 0.93% -
HSV(B) 9.68º 0.12% 0.99% -
XYZ 81.16 81.09 80.48 -
YUV 234.2 121.11 141.41 -
System Red Green Blue C M Y K H S L
Decimal 253 227 222 0 0.10 0.12 0.01 9.68 0.89 0.93
Hex FD E3 DE 0 A C 1 A 59 5D
Octal 375 343 336 0 12 14 1 12 131 135
Binary 11111101 11100011 11011110 0 1010 1100 1 1010 1011001 1011101

Color Harmonies of #FDE3DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDE3DE

Black with #FDE3DE

Text Example


Text Example

White with #FDE3DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDE3DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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