#FAEEE9

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

Shades of Rose White #FAEEE9

Tints of Rose White #FAEEE9

Color information

#FAEEE9 (or 0xFAEEE9) is unknown color: approx Rose White. HEX triplet: FA, EE and E9. RGB value is (250,238,233). Sum of RGB (Red+Green+Blue) = 250+238+233=721 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.67% from 721); Green value is 238 (93.36% from 255 or 33.01% from 721); Blue value is 233 (91.41% from 255 or 32.32% from 721); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEEE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEEE9 is #051116. Grayscale: #F1F1F1. Windows color (decimal): -332055 or 15331066. OLE color: 15331066.

HSL color Cylindrical-coordinate representation of color #FAEEE9: hue angle of 17.65º degrees, saturation: 0.63, 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 #FAEEE9 is Cyan = 0, Magento = 0.05, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB250238233-
CMYK00.050.070.02
HSL17.65º62.96%94.71%-
HSV(B)17.65º6.8%98.04%-
XYZ84.7187.3689.49-
YUV241.02123.48134.41-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.67%
GREEN value IS 238 (93.36% from 255) = 33.01%
BLUE value IS 233 (91.41% from 255) = 32.32%
R=34.67%
G=33.01%
B=32.32%

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
Decimal25023823300.050.070.0217.6562.9694.71
HexFAEEE90572123f5f
Octal37235635105722277137
Binary111110101110111011101001010111110100101111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEEE9; }

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

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

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

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

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

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

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

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