#FAF0EC

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

Shades of Rose White #FAF0EC

Tints of Rose White #FAF0EC

Color information

#FAF0EC (or 0xFAF0EC) is unknown color: approx Rose White. HEX triplet: FA, F0 and EC. RGB value is (250,240,236). Sum of RGB (Red+Green+Blue) = 250+240+236=726 (96% of max value = 765). Red value is 250 (98.05% from 255 or 34.44% from 726); Green value is 240 (94.14% from 255 or 33.06% from 726); Blue value is 236 (92.58% from 255 or 32.51% from 726); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF0EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF0EC is #050F13. Grayscale: #F2F2F2. Windows color (decimal): -331540 or 15528186. OLE color: 15528186.

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

Color convert

RGB250240236-
CMYK00.040.060.02
HSL17.14º58.33%95.29%-
HSV(B)17.14º5.6%98.04%-
XYZ85.7288.791.96-
YUV242.53124.31133.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.44%
GREEN value IS 240 (94.14% from 255) = 33.06%
BLUE value IS 236 (92.58% from 255) = 32.51%
R=34.44%
G=33.06%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024023600.040.060.0217.1458.3395.29
HexFAF0EC0462113a5f
Octal37236035404622172137
Binary111110101111000011101100010011010100011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF0EC; }

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

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

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

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

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

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

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

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