#F5F8DF

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

Shades of Beige #F5F8DF

Tints of Beige #F5F8DF

Color information

#F5F8DF (or 0xF5F8DF) is unknown color: approx Beige. HEX triplet: F5, F8 and DF. RGB value is (245,248,223). Sum of RGB (Red+Green+Blue) = 245+248+223=716 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.22% from 716); Green value is 248 (97.27% from 255 or 34.64% from 716); Blue value is 223 (87.5% from 255 or 31.15% from 716); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8DF is #0A0720. Grayscale: #F4F4F4. Windows color (decimal): -657185 or 14678261. OLE color: 14678261.

HSL color Cylindrical-coordinate representation of color #F5F8DF: hue angle of 67.2º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5F8DF is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB245248223-
CMYK0.0100.100.03
HSL67.2º64.1%92.35%-
HSV(B)67.2º10.08%97.25%-
XYZ84.5491.8783.09-
YUV244.25116.01128.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.22%
GREEN value IS 248 (97.27% from 255) = 34.64%
BLUE value IS 223 (87.5% from 255) = 31.15%
R=34.22%
G=34.64%
B=31.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2452482230.0100.100.0367.264.192.35
HexF5F8DF10A343405c
Octal36537033710123103100134
Binary11110101111110001101111110101011100001110000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F8DF; }

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

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

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

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

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

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

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

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