#FAF3DC

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

Shades of Off Yellow #FAF3DC

Tints of Off Yellow #FAF3DC

Color information

#FAF3DC (or 0xFAF3DC) is unknown color: approx Off Yellow. HEX triplet: FA, F3 and DC. RGB value is (250,243,220). Sum of RGB (Red+Green+Blue) = 250+243+220=713 (94% of max value = 765). Red value is 250 (98.05% from 255 or 35.06% from 713); Green value is 243 (95.31% from 255 or 34.08% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3DC is #050C23. Grayscale: #F2F2F2. Windows color (decimal): -330788 or 14480378. OLE color: 14480378.

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

Color convert

RGB250243220-
CMYK00.030.120.02
HSL46º75%92.16%-
HSV(B)46º12%98.04%-
XYZ84.3989.5980.56-
YUV242.47115.32133.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 35.06%
GREEN value IS 243 (95.31% from 255) = 34.08%
BLUE value IS 220 (86.33% from 255) = 30.86%
R=35.06%
G=34.08%
B=30.86%

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
Decimal25024322000.030.120.02467592.16
HexFAF3DC03C22e4b5c
Octal3723633340314256113134
Binary11111010111100111101110001111001010111010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3DC; }

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

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

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

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

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

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

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

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