#FAF4DF

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

Shades of Off Yellow #FAF4DF

Tints of Off Yellow #FAF4DF

Color information

#FAF4DF (or 0xFAF4DF) is unknown color: approx Off Yellow. HEX triplet: FA, F4 and DF. RGB value is (250,244,223). Sum of RGB (Red+Green+Blue) = 250+244+223=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 244 (95.70% from 255 or 34.03% from 717); Blue value is 223 (87.5% from 255 or 31.10% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF4DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF4DF is #050B20. Grayscale: #F3F3F3. Windows color (decimal): -330529 or 14677242. OLE color: 14677242.

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

Color convert

RGB250244223-
CMYK00.020.110.02
HSL46.67º72.97%92.75%-
HSV(B)46.67º10.8%98.04%-
XYZ85.0990.3582.77-
YUV243.4116.49132.71-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 244 (95.70% from 255) = 34.03%
BLUE value IS 223 (87.5% from 255) = 31.10%
R=34.87%
G=34.03%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024422300.020.110.0246.6772.9792.75
HexFAF4DF02B22f495d
Octal3723643370213257111135
Binary11111010111101001101111101010111010111110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF4DF; }

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

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

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

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

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

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

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

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