#FAF4E2

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

Shades of Off Yellow #FAF4E2

Tints of Off Yellow #FAF4E2

Color information

#FAF4E2 (or 0xFAF4E2) is unknown color: approx Off Yellow. HEX triplet: FA, F4 and E2. RGB value is (250,244,226). Sum of RGB (Red+Green+Blue) = 250+244+226=720 (95% of max value = 765). Red value is 250 (98.05% from 255 or 34.72% from 720); Green value is 244 (95.70% from 255 or 33.89% from 720); Blue value is 226 (88.67% from 255 or 31.39% from 720); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4E2 is #050B1D. Grayscale: #F3F3F3. Windows color (decimal): -330526 or 14873850. OLE color: 14873850.

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

Color convert

RGB250244226-
CMYK00.020.100.02
HSL45º70.59%93.33%-
HSV(B)45º9.6%98.04%-
XYZ85.590.5284.92-
YUV243.74117.99132.46-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.72%
GREEN value IS 244 (95.70% from 255) = 33.89%
BLUE value IS 226 (88.67% from 255) = 31.39%
R=34.72%
G=33.89%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024422600.020.100.024570.5993.33
HexFAF4E202A22d475d
Octal3723643420212255107135
Binary11111010111101001110001001010101010110110001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4E2; }

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

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

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

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

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

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

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

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