#F6F4EA

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

Shades of Alabaster #F6F4EA

Tints of Alabaster #F6F4EA

Color information

#F6F4EA (or 0xF6F4EA) is unknown color: approx Alabaster. HEX triplet: F6, F4 and EA. RGB value is (246,244,234). Sum of RGB (Red+Green+Blue) = 246+244+234=724 (95% of max value = 765). Red value is 246 (96.48% from 255 or 33.98% from 724); Green value is 244 (95.70% from 255 or 33.70% from 724); Blue value is 234 (91.80% from 255 or 32.32% from 724); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F4EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F4EA is #090B15. Grayscale: #F3F3F3. Windows color (decimal): -592662 or 15398134. OLE color: 15398134.

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

Color convert

RGB246244234-
CMYK00.010.050.04
HSL50º40%94.12%-
HSV(B)50º4.88%96.47%-
XYZ85.2190.2390.77-
YUV243.46122.66129.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.98%
GREEN value IS 244 (95.70% from 255) = 33.70%
BLUE value IS 234 (91.80% from 255) = 32.32%
R=33.98%
G=33.70%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624423400.010.050.04504094.12
HexF6F4EA015432285e
Octal36636435201546250136
Binary111101101111010011101010011011001100101010001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F4EA; }

 p { color: rgb(246,244,234); }

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

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

 a { background-color: rgb(246,244,234); }

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

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

 span { border-color: rgb(246,244,234); }

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