#FAFFBB

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

Shades of Chiffon #FAFFBB

Tints of Chiffon #FAFFBB

Color information

#FAFFBB (or 0xFAFFBB) is unknown color: approx Chiffon. HEX triplet: FA, FF and BB. RGB value is (250,255,187). Sum of RGB (Red+Green+Blue) = 250+255+187=692 (91% of max value = 765). Red value is 250 (98.05% from 255 or 36.13% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 187 (73.44% from 255 or 27.02% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAFFBB is #050044. Grayscale: #F6F6F6. Windows color (decimal): -327749 or 12320762. OLE color: 12320762.

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

Color convert

RGB250255187-
CMYK0.0200.270
HSL64.41º100%86.67%-
HSV(B)64.41º26.67%100%-
XYZ84.1595.4361-
YUV245.7594.84131.03-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.13%
GREEN value IS 255 (100% from 255) = 36.85%
BLUE value IS 187 (73.44% from 255) = 27.02%
R=36.13%
G=36.85%
B=27.02%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502551870.0200.27064.4110086.67
HexFAFFBB201B0406457
Octal37237727320330100144127
Binary111110101111111110111011100110110100000011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFBB; }

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

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

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

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

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

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

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

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