#FAF5DD

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

Shades of Off Yellow #FAF5DD

Tints of Off Yellow #FAF5DD

Color information

#FAF5DD (or 0xFAF5DD) is unknown color: approx Off Yellow. HEX triplet: FA, F5 and DD. RGB value is (250,245,221). Sum of RGB (Red+Green+Blue) = 250+245+221=716 (94% of max value = 765). Red value is 250 (98.05% from 255 or 34.92% from 716); Green value is 245 (96.09% from 255 or 34.22% from 716); Blue value is 221 (86.72% from 255 or 30.87% from 716); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF5DD is #050A22. Grayscale: #F3F3F3. Windows color (decimal): -330275 or 14546426. OLE color: 14546426.

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

Color convert

RGB250245221-
CMYK00.020.120.02
HSL49.66º74.36%92.35%-
HSV(B)49.66º11.6%98.04%-
XYZ85.1390.8581.46-
YUV243.76115.16132.45-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.92%
GREEN value IS 245 (96.09% from 255) = 34.22%
BLUE value IS 221 (86.72% from 255) = 30.87%
R=34.92%
G=34.22%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024522100.020.120.0249.6674.3692.35
HexFAF5DD02C2324a5c
Octal3723653350214262112134
Binary11111010111101011101110101011001011001010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5DD; }

 p { color: rgb(250,245,221); }

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

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

 a { background-color: rgb(250,245,221); }

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

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

 span { border-color: rgb(250,245,221); }

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