#FDEEE7

Color #FDEEE7 Rose White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose White #FDEEE7

Tints of Rose White #FDEEE7

Color information

#FDEEE7 (or 0xFDEEE7) is unknown color: approx Rose White. HEX triplet: FD, EE and E7. RGB value is (253,238,231). Sum of RGB (Red+Green+Blue) = 253+238+231=722 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.04% from 722); Green value is 238 (93.36% from 255 or 32.96% from 722); Blue value is 231 (90.62% from 255 or 31.99% from 722); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEE7 is #021118. Grayscale: #F1F1F1. Windows color (decimal): -135449 or 15199997. OLE color: 15199997.

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

Color convert

RGB253238231-
CMYK00.060.090.01
HSL19.09º84.62%94.9%-
HSV(B)19.09º8.7%99.22%-
XYZ85.5187.888.04-
YUV241.69121.97136.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 35.04%
GREEN value IS 238 (93.36% from 255) = 32.96%
BLUE value IS 231 (90.62% from 255) = 31.99%
R=35.04%
G=32.96%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323823100.060.090.0119.0984.6294.9
HexFDEEE7069113555f
Octal3753563470611123125137
Binary1111110111101110111001110110100111001110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEE7; }

 p { color: rgb(253,238,231); }

 H1.HeaderClassName
 {
   color: #FDEEE7;
 }
 .AnyTagClassName
 {
   color: #FDEEE7;
 }
</style>
background-color css

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

 a { background-color: rgb(253,238,231); }

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

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

 span { border-color: rgb(253,238,231); }

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