#FAEFE9

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

Shades of Rose White #FAEFE9

Tints of Rose White #FAEFE9

Color information

#FAEFE9 (or 0xFAEFE9) is unknown color: approx Rose White. HEX triplet: FA, EF and E9. RGB value is (250,239,233). Sum of RGB (Red+Green+Blue) = 250+239+233=722 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.63% from 722); Green value is 239 (93.75% from 255 or 33.10% from 722); Blue value is 233 (91.41% from 255 or 32.27% from 722); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFE9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFE9 is #051016. Grayscale: #F1F1F1. Windows color (decimal): -331799 or 15331322. OLE color: 15331322.

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

Color convert

RGB250239233-
CMYK00.040.070.02
HSL21.18º62.96%94.71%-
HSV(B)21.18º6.8%98.04%-
XYZ8587.9489.59-
YUV241.6123.14133.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.63%
GREEN value IS 239 (93.75% from 255) = 33.10%
BLUE value IS 233 (91.41% from 255) = 32.27%
R=34.63%
G=33.10%
B=32.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023923300.040.070.0221.1862.9694.71
HexFAEFE90472153f5f
Octal37235735104722577137
Binary111110101110111111101001010011110101011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFE9; }

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

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

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

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

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

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

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

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