#FDEEE8

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

Shades of Rose White #FDEEE8

Tints of Rose White #FDEEE8

Color information

#FDEEE8 (or 0xFDEEE8) is unknown color: approx Rose White. HEX triplet: FD, EE and E8. RGB value is (253,238,232). Sum of RGB (Red+Green+Blue) = 253+238+232=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 238 (93.36% from 255 or 32.92% from 723); Blue value is 232 (91.02% from 255 or 32.09% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEE8 is #021117. Grayscale: #F1F1F1. Windows color (decimal): -135448 or 15265533. OLE color: 15265533.

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

Color convert

RGB253238232-
CMYK00.060.080.01
HSL17.14º84%95.1%-
HSV(B)17.14º8.3%99.22%-
XYZ85.6587.8688.79-
YUV241.8122.47135.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 34.99%
GREEN value IS 238 (93.36% from 255) = 32.92%
BLUE value IS 232 (91.02% from 255) = 32.09%
R=34.99%
G=32.92%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25323823200.060.080.0117.148495.1
HexFDEEE8068111545f
Octal3753563500610121124137
Binary1111110111101110111010000110100011000110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDEEE8; }

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

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

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

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

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

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

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

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