#FAFCB5

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

Shades of Chiffon #FAFCB5

Tints of Chiffon #FAFCB5

Color information

#FAFCB5 (or 0xFAFCB5) is unknown color: approx Chiffon. HEX triplet: FA, FC and B5. RGB value is (250,252,181). Sum of RGB (Red+Green+Blue) = 250+252+181=683 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.60% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 181 (71.09% from 255 or 26.50% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFCB5 is #05034A. Grayscale: #F3F3F3. Windows color (decimal): -328523 or 11926778. OLE color: 11926778.

HSL color Cylindrical-coordinate representation of color #FAFCB5: hue angle of 61.69º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAFCB5 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB250252181-
CMYK0.0100.280.01
HSL61.69º92.21%84.9%-
HSV(B)61.69º28.17%98.82%-
XYZ82.5893.2857.37-
YUV243.3192.84132.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.60%
GREEN value IS 252 (98.83% from 255) = 36.90%
BLUE value IS 181 (71.09% from 255) = 26.50%
R=36.60%
G=36.90%
B=26.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502521810.0100.280.0161.6992.2184.9
HexFAFCB5101C13e5c55
Octal3723742651034176134125
Binary1111101011111100101101011011100111111010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCB5; }

 p { color: rgb(250,252,181); }

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

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

 a { background-color: rgb(250,252,181); }

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

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

 span { border-color: rgb(250,252,181); }

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