#FFEEEA

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

Shades of Rose White #FFEEEA

Tints of Rose White #FFEEEA

Color information

#FFEEEA (or 0xFFEEEA) is unknown color: approx Rose White. HEX triplet: FF, EE and EA. RGB value is (255,238,234). Sum of RGB (Red+Green+Blue) = 255+238+234=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 238 (93.36% from 255 or 32.74% from 727); Blue value is 234 (91.80% from 255 or 32.19% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEEEA is #001115. Grayscale: #F2F2F2. Windows color (decimal): -4374 or 15396607. OLE color: 15396607.

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

Color convert

RGB255238234-
CMYK00.070.080
HSL11.43º100%95.88%-
HSV(B)11.43º8.24%100%-
XYZ86.6788.3590.33-
YUV242.63123.13136.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 35.08%
GREEN value IS 238 (93.36% from 255) = 32.74%
BLUE value IS 234 (91.80% from 255) = 32.19%
R=35.08%
G=32.74%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25523823400.070.08011.4310095.88
HexFFEEEA0780b6460
Octal3773563520710013144140
Binary111111111110111011101010011110000101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFEEEA; }

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

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

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

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

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

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

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

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