#FFEEE4

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

Shades of Rose White #FFEEE4

Tints of Rose White #FFEEE4

Color information

#FFEEE4 (or 0xFFEEE4) is unknown color: approx Rose White. HEX triplet: FF, EE and E4. RGB value is (255,238,228). Sum of RGB (Red+Green+Blue) = 255+238+228=721 (95% of max value = 765). Red value is 255 (100% from 255 or 35.37% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 228 (89.45% from 255 or 31.62% from 721); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFEEE4 is #00111B. Grayscale: #F2F2F2. Windows color (decimal): -4380 or 15003391. OLE color: 15003391.

HSL color Cylindrical-coordinate representation of color #FFEEE4: hue angle of 22.22º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #FFEEE4 is Cyan = 0, Magento = 0.07, Yellow = 0.11 and Black (K on CMYK) = 0.

Color convert

RGB255238228-
CMYK00.070.110
HSL22.22º100%94.71%-
HSV(B)22.22º10.59%100%-
XYZ85.8288.0185.86-
YUV241.94120.13137.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.37%
GREEN value IS 238 (93.36% from 255) = 33.01%
BLUE value IS 228 (89.45% from 255) = 31.62%
R=35.37%
G=33.01%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.11
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523822800.070.11022.2210094.71
HexFFEEE407B016645f
Octal3773563440713026144137
Binary1111111111101110111001000111101101011011001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEEE4; }

 p { color: rgb(255,238,228); }

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

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

 a { background-color: rgb(255,238,228); }

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

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

 span { border-color: rgb(255,238,228); }

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