#FAFEB9

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

Shades of Chiffon #FAFEB9

Tints of Chiffon #FAFEB9

Color information

#FAFEB9 (or 0xFAFEB9) is unknown color: approx Chiffon. HEX triplet: FA, FE and B9. RGB value is (250,254,185). Sum of RGB (Red+Green+Blue) = 250+254+185=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 185 (72.66% from 255 or 26.85% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFEB9 is #050146. Grayscale: #F5F5F5. Windows color (decimal): -328007 or 12189434. OLE color: 12189434.

HSL color Cylindrical-coordinate representation of color #FAFEB9: hue angle of 63.48º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAFEB9 is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.

Color convert

RGB250254185-
CMYK0.0200.270.00
HSL63.48º97.18%86.08%-
HSV(B)63.48º27.17%99.61%-
XYZ83.6294.7159.77-
YUV244.9494.17131.61-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 185 (72.66% from 255) = 26.85%
R=36.28%
G=36.87%
B=26.85%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502541850.0200.270.0063.4897.1886.08
HexFAFEB9201B03f6156
Octal3723762712033077141126
Binary11111010111111101011100110011011011111111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEB9; }

 p { color: rgb(250,254,185); }

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

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

 a { background-color: rgb(250,254,185); }

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

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

 span { border-color: rgb(250,254,185); }

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