#FAEEE8

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

Shades of Rose White #FAEEE8

Tints of Rose White #FAEEE8

Color information

#FAEEE8 (or 0xFAEEE8) is unknown color: approx Rose White. HEX triplet: FA, EE and E8. RGB value is (250,238,232). Sum of RGB (Red+Green+Blue) = 250+238+232=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 238 (93.36% from 255 or 33.06% from 720); Blue value is 232 (91.02% from 255 or 32.22% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEE8 is #051117. Grayscale: #F0F0F0. Windows color (decimal): -332056 or 15265530. OLE color: 15265530.

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

Color convert

RGB250238232-
CMYK00.050.070.02
HSL20º64.29%94.51%-
HSV(B)20º7.2%98.04%-
XYZ84.5687.388.74-
YUV240.9122.98134.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.72%
GREEN value IS 238 (93.36% from 255) = 33.06%
BLUE value IS 232 (91.02% from 255) = 32.22%
R=34.72%
G=33.06%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023823200.050.070.022064.2994.51
HexFAEEE8057214405f
Octal372356350057224100137
Binary1111101011101110111010000101111101010010000001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEE8; }

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

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

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

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

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

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

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

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