#F5F8DE

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

Shades of Beige #F5F8DE

Tints of Beige #F5F8DE

Color information

#F5F8DE (or 0xF5F8DE) is unknown color: approx Beige. HEX triplet: F5, F8 and DE. RGB value is (245,248,222). Sum of RGB (Red+Green+Blue) = 245+248+222=715 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.27% from 715); Green value is 248 (97.27% from 255 or 34.69% from 715); Blue value is 222 (87.11% from 255 or 31.05% from 715); Max value from RGB is 248 - color contains mainly: green. Hex color #F5F8DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F8DE is #0A0721. Grayscale: #F4F4F4. Windows color (decimal): -657186 or 14612725. OLE color: 14612725.

HSL color Cylindrical-coordinate representation of color #F5F8DE: hue angle of 66.92º degrees, saturation: 0.65, 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 #F5F8DE is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB245248222-
CMYK0.0100.100.03
HSL66.92º65%92.16%-
HSV(B)66.92º10.48%97.25%-
XYZ84.4191.8282.38-
YUV244.14115.51128.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.27%
GREEN value IS 248 (97.27% from 255) = 34.69%
BLUE value IS 222 (87.11% from 255) = 31.05%
R=34.27%
G=34.69%
B=31.05%

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
Decimal2452482220.0100.100.0366.926592.16
HexF5F8DE10A343415c
Octal36537033610123103101134
Binary11110101111110001101111010101011100001110000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F8DE; }

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

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

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

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

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

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

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

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