#F4F5DF

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

Shades of Beige #F4F5DF

Tints of Beige #F4F5DF

Color information

#F4F5DF (or 0xF4F5DF) is unknown color: approx Beige. HEX triplet: F4, F5 and DF. RGB value is (244,245,223). Sum of RGB (Red+Green+Blue) = 244+245+223=712 (94% of max value = 765). Red value is 244 (95.70% from 255 or 34.27% from 712); Green value is 245 (96.09% from 255 or 34.41% from 712); Blue value is 223 (87.5% from 255 or 31.32% from 712); Max value from RGB is 245 - color contains mainly: green. Hex color #F4F5DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4F5DF is #0B0A20. Grayscale: #F2F2F2. Windows color (decimal): -723489 or 14677492. OLE color: 14677492.

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

Color convert

RGB244245223-
CMYK0.0000.090.04
HSL62.73º52.38%91.76%-
HSV(B)62.73º8.98%96.08%-
XYZ83.2889.8782.77-
YUV242.19117.17129.29-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.27%
GREEN value IS 245 (96.09% from 255) = 34.41%
BLUE value IS 223 (87.5% from 255) = 31.32%
R=34.27%
G=34.41%
B=31.32%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442452230.0000.090.0462.7352.3891.76
HexF4F5DF00943f345c
Octal364365337001147764134
Binary1111010011110101110111110010011001111111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4F5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4F5DF; }

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

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

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

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

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

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

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

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