#FAF3E0

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

Shades of Off Yellow #FAF3E0

Tints of Off Yellow #FAF3E0

Color information

#FAF3E0 (or 0xFAF3E0) is unknown color: approx Off Yellow. HEX triplet: FA, F3 and E0. RGB value is (250,243,224). Sum of RGB (Red+Green+Blue) = 250+243+224=717 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.87% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 224 (87.89% from 255 or 31.24% from 717); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3E0 is #050C1F. Grayscale: #F3F3F3. Windows color (decimal): -330784 or 14742522. OLE color: 14742522.

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

Color convert

RGB250243224-
CMYK00.030.100.02
HSL43.85º72.22%92.94%-
HSV(B)43.85º10.4%98.04%-
XYZ84.9389.8183.38-
YUV242.93117.32133.04-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.87%
GREEN value IS 243 (95.31% from 255) = 33.89%
BLUE value IS 224 (87.89% from 255) = 31.24%
R=34.87%
G=33.89%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024322400.030.100.0243.8572.2292.94
HexFAF3E003A22c485d
Octal3723633400312254110135
Binary11111010111100111110000001110101010110010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3E0; }

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

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

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

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

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

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

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

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