#F9FAE1

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

Shades of Light Yellow #F9FAE1

Tints of Light Yellow #F9FAE1

Color information

#F9FAE1 (or 0xF9FAE1) is unknown color: approx Light Yellow. HEX triplet: F9, FA and E1. RGB value is (249,250,225). Sum of RGB (Red+Green+Blue) = 249+250+225=724 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.39% from 724); Green value is 250 (98.05% from 255 or 34.53% from 724); Blue value is 225 (88.28% from 255 or 31.08% from 724); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FAE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FAE1 is #06051E. Grayscale: #F6F6F6. Windows color (decimal): -394527 or 14809849. OLE color: 14809849.

HSL color Cylindrical-coordinate representation of color #F9FAE1: hue angle of 62.4º degrees, saturation: 0.71, 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 #F9FAE1 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB249250225-
CMYK0.0000.100.02
HSL62.4º71.43%93.14%-
HSV(B)62.4º10%98.04%-
XYZ86.8493.9584.79-
YUV246.85115.67129.53-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.39%
GREEN value IS 250 (98.05% from 255) = 34.53%
BLUE value IS 225 (88.28% from 255) = 31.08%
R=34.39%
G=34.53%
B=31.08%

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
Decimal2492502250.0000.100.0262.471.4393.14
HexF9FAE100A23e475d
Octal3713723410012276107135
Binary1111100111111010111000010010101011111010001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FAE1; }

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

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

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

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

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

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

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

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