#F2F0E8

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

Shades of Alabaster #F2F0E8

Tints of Alabaster #F2F0E8

Color information

#F2F0E8 (or 0xF2F0E8) is unknown color: approx Alabaster. HEX triplet: F2, F0 and E8. RGB value is (242,240,232). Sum of RGB (Red+Green+Blue) = 242+240+232=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 240 (94.14% from 255 or 33.61% from 714); Blue value is 232 (91.02% from 255 or 32.49% from 714); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F0E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F0E8 is #0D0F17. Grayscale: #EFEFEF. Windows color (decimal): -855832 or 15266034. OLE color: 15266034.

HSL color Cylindrical-coordinate representation of color #F2F0E8: hue angle of 48º degrees, saturation: 0.28, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F2F0E8 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB242240232-
CMYK00.010.040.05
HSL48º27.78%92.94%-
HSV(B)48º4.13%94.9%-
XYZ82.3487.0288.8-
YUV239.69123.66129.65-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.89%
GREEN value IS 240 (94.14% from 255) = 33.61%
BLUE value IS 232 (91.02% from 255) = 32.49%
R=33.89%
G=33.61%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24224023200.010.040.054827.7892.94
HexF2F0E80145301c5d
Octal36236035001456034135
Binary11110010111100001110100001100101110000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F0E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F0E8; }

 p { color: rgb(242,240,232); }

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

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

 a { background-color: rgb(242,240,232); }

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

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

 span { border-color: rgb(242,240,232); }

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