#FAF0EE

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

Shades of Rose White #FAF0EE

Tints of Rose White #FAF0EE

Color information

#FAF0EE (or 0xFAF0EE) is unknown color: approx Rose White. HEX triplet: FA, F0 and EE. RGB value is (250,240,238). Sum of RGB (Red+Green+Blue) = 250+240+238=728 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.34% from 728); Green value is 240 (94.14% from 255 or 32.97% from 728); Blue value is 238 (93.36% from 255 or 32.69% from 728); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0EE is #050F11. Grayscale: #F2F2F2. Windows color (decimal): -331538 or 15659258. OLE color: 15659258.

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

Color convert

RGB250240238-
CMYK00.040.050.02
HSL10º54.55%95.69%-
HSV(B)10º4.8%98.04%-
XYZ86.0288.8293.5-
YUV242.76125.31133.16-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.34%
GREEN value IS 240 (94.14% from 255) = 32.97%
BLUE value IS 238 (93.36% from 255) = 32.69%
R=34.34%
G=32.97%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024023800.040.050.021054.5595.69
HexFAF0EE0452a3760
Octal37236035604521267140
Binary11111010111100001110111001001011010101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0EE; }

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

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

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

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

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

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

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

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