#FAFFB5

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

Shades of Chiffon #FAFFB5

Tints of Chiffon #FAFFB5

Color information

#FAFFB5 (or 0xFAFFB5) is unknown color: approx Chiffon. HEX triplet: FA, FF and B5. RGB value is (250,255,181). Sum of RGB (Red+Green+Blue) = 250+255+181=686 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.44% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 181 (71.09% from 255 or 26.38% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFB5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFB5 is #05004A. Grayscale: #F5F5F5. Windows color (decimal): -327755 or 11927546. OLE color: 11927546.

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

Color convert

RGB250255181-
CMYK0.0200.290
HSL64.05º100%85.49%-
HSV(B)64.05º29.02%100%-
XYZ83.5295.1857.69-
YUV245.0791.84131.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.44%
GREEN value IS 255 (100% from 255) = 37.17%
BLUE value IS 181 (71.09% from 255) = 26.38%
R=36.44%
G=37.17%
B=26.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551810.0200.29064.0510085.49
HexFAFFB5201D0406455
Octal37237726520350100144125
Binary111110101111111110110101100111010100000011001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFB5; }

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

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

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

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

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

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

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

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