#F9F9DC

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

Shades of Beige #F9F9DC

Tints of Beige #F9F9DC

Color information

#F9F9DC (or 0xF9F9DC) is unknown color: approx Beige. HEX triplet: F9, F9 and DC. RGB value is (249,249,220). Sum of RGB (Red+Green+Blue) = 249+249+220=718 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.68% from 718); Green value is 249 (97.66% from 255 or 34.68% from 718); Blue value is 220 (86.33% from 255 or 30.64% from 718); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F9DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9F9DC is #060623. Grayscale: #F5F5F5. Windows color (decimal): -394788 or 14481913. OLE color: 14481913.

HSL color Cylindrical-coordinate representation of color #F9F9DC: hue angle of 60º 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 #F9F9DC is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249249220-
CMYK000.120.02
HSL60º70.73%91.96%-
HSV(B)60º11.65%97.65%-
XYZ85.8693.0681.15-
YUV245.69113.5130.36-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.68%
GREEN value IS 249 (97.66% from 255) = 34.68%
BLUE value IS 220 (86.33% from 255) = 30.64%
R=34.68%
G=34.68%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249249220000.120.026070.7391.96
HexF9F9DC00C23c475c
Octal3713713340014274107134
Binary1111100111111001110111000011001011110010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F9DC; }

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

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

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

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

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

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

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

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