#FAF4D9

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

Shades of Off Yellow #FAF4D9

Tints of Off Yellow #FAF4D9

Color information

#FAF4D9 (or 0xFAF4D9) is unknown color: approx Off Yellow. HEX triplet: FA, F4 and D9. RGB value is (250,244,217). Sum of RGB (Red+Green+Blue) = 250+244+217=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 244 (95.70% from 255 or 34.32% from 711); Blue value is 217 (85.16% from 255 or 30.52% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4D9 is #050B26. Grayscale: #F2F2F2. Windows color (decimal): -330535 or 14284026. OLE color: 14284026.

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

Color convert

RGB250244217-
CMYK00.020.130.02
HSL49.09º76.74%91.57%-
HSV(B)49.09º13.2%98.04%-
XYZ84.390.0478.58-
YUV242.72113.49133.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 244 (95.70% from 255) = 34.32%
BLUE value IS 217 (85.16% from 255) = 30.52%
R=35.16%
G=34.32%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024421700.020.130.0249.0976.7491.57
HexFAF4D902D2314d5c
Octal3723643310215261115134
Binary11111010111101001101100101011011011000110011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4D9; }

 p { color: rgb(250,244,217); }

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

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

 a { background-color: rgb(250,244,217); }

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

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

 span { border-color: rgb(250,244,217); }

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