#F5F9DC

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

Shades of Beige #F5F9DC

Tints of Beige #F5F9DC

Color information

#F5F9DC (or 0xF5F9DC) is unknown color: approx Beige. HEX triplet: F5, F9 and DC. RGB value is (245,249,220). Sum of RGB (Red+Green+Blue) = 245+249+220=714 (94% of max value = 765). Red value is 245 (96.09% from 255 or 34.31% from 714); Green value is 249 (97.66% from 255 or 34.87% from 714); Blue value is 220 (86.33% from 255 or 30.81% from 714); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F9DC is #0A0623. Grayscale: #F4F4F4. Windows color (decimal): -656932 or 14481909. OLE color: 14481909.

HSL color Cylindrical-coordinate representation of color #F5F9DC: hue angle of 68.28º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F5F9DC is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB245249220-
CMYK0.0200.120.02
HSL68.28º70.73%91.96%-
HSV(B)68.28º11.65%97.65%-
XYZ84.4592.3381.08-
YUV244.5114.17128.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.31%
GREEN value IS 249 (97.66% from 255) = 34.87%
BLUE value IS 220 (86.33% from 255) = 30.81%
R=34.31%
G=34.87%
B=30.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452492200.0200.120.0268.2870.7391.96
HexF5F9DC20C244475c
Octal36537133420142104107134
Binary111101011111100111011100100110010100010010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F9DC; }

 p { color: rgb(245,249,220); }

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

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

 a { background-color: rgb(245,249,220); }

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

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

 span { border-color: rgb(245,249,220); }

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