#F6F5EE

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

Shades of Alabaster #F6F5EE

Tints of Alabaster #F6F5EE

Color information

#F6F5EE (or 0xF6F5EE) is unknown color: approx Alabaster. HEX triplet: F6, F5 and EE. RGB value is (246,245,238). Sum of RGB (Red+Green+Blue) = 246+245+238=729 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.74% from 729); Green value is 245 (96.09% from 255 or 33.61% from 729); Blue value is 238 (93.36% from 255 or 32.65% from 729); Max value from RGB is 246 - color contains mainly: red. Hex color #F6F5EE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6F5EE is #090A11. Grayscale: #F4F4F4. Windows color (decimal): -592402 or 15660534. OLE color: 15660534.

HSL color Cylindrical-coordinate representation of color #F6F5EE: hue angle of 52.5º degrees, saturation: 0.31, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F6F5EE is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB246245238-
CMYK00.000.030.04
HSL52.5º30.77%94.9%-
HSV(B)52.5º3.25%96.47%-
XYZ86.0991.0793.93-
YUV244.5124.33129.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.74%
GREEN value IS 245 (96.09% from 255) = 33.61%
BLUE value IS 238 (93.36% from 255) = 32.65%
R=33.74%
G=33.61%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24624523800.000.030.0452.530.7794.9
HexF6F5EE0034341f5f
Octal36636535600346437137
Binary1111011011110101111011100011100110100111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F5EE; }

 p { color: rgb(246,245,238); }

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

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

 a { background-color: rgb(246,245,238); }

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

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

 span { border-color: rgb(246,245,238); }

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