#FAFDBA

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

Shades of Chiffon #FAFDBA

Tints of Chiffon #FAFDBA

Color information

#FAFDBA (or 0xFAFDBA) is unknown color: approx Chiffon. HEX triplet: FA, FD and BA. RGB value is (250,253,186). Sum of RGB (Red+Green+Blue) = 250+253+186=689 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.28% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 186 (73.05% from 255 or 27.00% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFDBA is #050245. Grayscale: #F4F4F4. Windows color (decimal): -328262 or 12254714. OLE color: 12254714.

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

Color convert

RGB250253186-
CMYK0.0100.260.01
HSL62.69º94.37%86.08%-
HSV(B)62.69º26.48%99.22%-
XYZ83.4194.1260.22-
YUV244.4695.01131.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.28%
GREEN value IS 253 (99.22% from 255) = 36.72%
BLUE value IS 186 (73.05% from 255) = 27.00%
R=36.28%
G=36.72%
B=27.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502531860.0100.260.0162.6994.3786.08
HexFAFDBA101A13f5e56
Octal3723752721032177136126
Binary1111101011111101101110101011010111111110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDBA; }

 p { color: rgb(250,253,186); }

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

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

 a { background-color: rgb(250,253,186); }

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

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

 span { border-color: rgb(250,253,186); }

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