#FAF3D8

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

Shades of Off Yellow #FAF3D8

Tints of Off Yellow #FAF3D8

Color information

#FAF3D8 (or 0xFAF3D8) is unknown color: approx Off Yellow. HEX triplet: FA, F3 and D8. RGB value is (250,243,216). Sum of RGB (Red+Green+Blue) = 250+243+216=709 (93% of max value = 765). Red value is 250 (98.05% from 255 or 35.26% from 709); Green value is 243 (95.31% from 255 or 34.27% from 709); Blue value is 216 (84.77% from 255 or 30.47% from 709); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3D8 is #050C27. Grayscale: #F2F2F2. Windows color (decimal): -330792 or 14218234. OLE color: 14218234.

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

Color convert

RGB250243216-
CMYK00.030.140.02
HSL47.65º77.27%91.37%-
HSV(B)47.65º13.6%98.04%-
XYZ83.8789.3877.8-
YUV242.02113.32133.7-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.26%
GREEN value IS 243 (95.31% from 255) = 34.27%
BLUE value IS 216 (84.77% from 255) = 30.47%
R=35.26%
G=34.27%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024321600.030.140.0247.6577.2791.37
HexFAF3D803E2304d5b
Octal3723633300316260115133
Binary11111010111100111101100001111101011000010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3D8; }

 p { color: rgb(250,243,216); }

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

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

 a { background-color: rgb(250,243,216); }

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

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

 span { border-color: rgb(250,243,216); }

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