#F9FAE0

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

Shades of Beige #F9FAE0

Tints of Beige #F9FAE0

Color information

#F9FAE0 (or 0xF9FAE0) is unknown color: approx Beige. HEX triplet: F9, FA and E0. RGB value is (249,250,224). Sum of RGB (Red+Green+Blue) = 249+250+224=723 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.44% from 723); Green value is 250 (98.05% from 255 or 34.58% from 723); Blue value is 224 (87.89% from 255 or 30.98% from 723); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FAE0 is #06051F. Grayscale: #F6F6F6. Windows color (decimal): -394528 or 14744313. OLE color: 14744313.

HSL color Cylindrical-coordinate representation of color #F9FAE0: hue angle of 62.31º degrees, saturation: 0.72, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F9FAE0 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB249250224-
CMYK0.0000.100.02
HSL62.31º72.22%92.94%-
HSV(B)62.31º10.4%98.04%-
XYZ86.7193.8984.07-
YUV246.74115.17129.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.44%
GREEN value IS 250 (98.05% from 255) = 34.58%
BLUE value IS 224 (87.89% from 255) = 30.98%
R=34.44%
G=34.58%
B=30.98%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492502240.0000.100.0262.3172.2292.94
HexF9FAE000A23e485d
Octal3713723400012276110135
Binary1111100111111010111000000010101011111010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAE0; }

 p { color: rgb(249,250,224); }

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

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

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

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

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

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

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