#F5F4ED

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

Shades of Alabaster #F5F4ED

Tints of Alabaster #F5F4ED

Color information

#F5F4ED (or 0xF5F4ED) is unknown color: approx Alabaster. HEX triplet: F5, F4 and ED. RGB value is (245,244,237). Sum of RGB (Red+Green+Blue) = 245+244+237=726 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.75% from 726); Green value is 244 (95.70% from 255 or 33.61% from 726); Blue value is 237 (92.97% from 255 or 32.64% from 726); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F4ED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5F4ED is #0A0B12. Grayscale: #F3F3F3. Windows color (decimal): -658195 or 15594741. OLE color: 15594741.

HSL color Cylindrical-coordinate representation of color #F5F4ED: hue angle of 52.5º degrees, saturation: 0.29, 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 #F5F4ED is Cyan = 0, Magento = 0.00, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB245244237-
CMYK00.000.030.04
HSL52.5º28.57%94.51%-
HSV(B)52.5º3.27%96.08%-
XYZ85.2990.2393.04-
YUV243.5124.33129.07-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.75%
GREEN value IS 244 (95.70% from 255) = 33.61%
BLUE value IS 237 (92.97% from 255) = 32.64%
R=33.75%
G=33.61%
B=32.64%

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
Decimal24524423700.000.030.0452.528.5794.51
HexF5F4ED0034341d5f
Octal36536435500346435137
Binary1111010111110100111011010011100110100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F4ED; }

 p { color: rgb(245,244,237); }

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

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

 a { background-color: rgb(245,244,237); }

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

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

 span { border-color: rgb(245,244,237); }

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