#FAF3DB

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

Shades of Off Yellow #FAF3DB

Tints of Off Yellow #FAF3DB

Color information

#FAF3DB (or 0xFAF3DB) is unknown color: approx Off Yellow. HEX triplet: FA, F3 and DB. RGB value is (250,243,219). Sum of RGB (Red+Green+Blue) = 250+243+219=712 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.11% from 712); Green value is 243 (95.31% from 255 or 34.13% from 712); Blue value is 219 (85.94% from 255 or 30.76% from 712); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3DB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3DB is #050C24. Grayscale: #F2F2F2. Windows color (decimal): -330789 or 14414842. OLE color: 14414842.

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

Color convert

RGB250243219-
CMYK00.030.120.02
HSL46.45º75.61%91.96%-
HSV(B)46.45º12.4%98.04%-
XYZ84.2689.5479.86-
YUV242.36114.82133.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.11%
GREEN value IS 243 (95.31% from 255) = 34.13%
BLUE value IS 219 (85.94% from 255) = 30.76%
R=35.11%
G=34.13%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024321900.030.120.0246.4575.6191.96
HexFAF3DB03C22e4c5c
Octal3723633330314256114134
Binary11111010111100111101101101111001010111010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3DB; }

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

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

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

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

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

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

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

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