#FAF3DA

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

Shades of Off Yellow #FAF3DA

Tints of Off Yellow #FAF3DA

Color information

#FAF3DA (or 0xFAF3DA) is unknown color: approx Off Yellow. HEX triplet: FA, F3 and DA. RGB value is (250,243,218). Sum of RGB (Red+Green+Blue) = 250+243+218=711 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.16% from 711); Green value is 243 (95.31% from 255 or 34.18% from 711); Blue value is 218 (85.55% from 255 or 30.66% from 711); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3DA is #050C25. Grayscale: #F2F2F2. Windows color (decimal): -330790 or 14349306. OLE color: 14349306.

HSL color Cylindrical-coordinate representation of color #FAF3DA: hue angle of 46.88º degrees, saturation: 0.76, 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 #FAF3DA is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB250243218-
CMYK00.030.130.02
HSL46.88º76.19%91.76%-
HSV(B)46.88º12.8%98.04%-
XYZ84.1389.4979.17-
YUV242.24114.32133.53-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.16%
GREEN value IS 243 (95.31% from 255) = 34.18%
BLUE value IS 218 (85.55% from 255) = 30.66%
R=35.16%
G=34.18%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024321800.030.130.0246.8876.1991.76
HexFAF3DA03D22f4c5c
Octal3723633320315257114134
Binary11111010111100111101101001111011010111110011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3DA; }

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

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

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

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

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

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

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

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