#FBFFBA

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

Shades of Chiffon #FBFFBA

Tints of Chiffon #FBFFBA

Color information

#FBFFBA (or 0xFBFFBA) is unknown color: approx Chiffon. HEX triplet: FB, FF and BA. RGB value is (251,255,186). Sum of RGB (Red+Green+Blue) = 251+255+186=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 255 (100% from 255 or 36.85% from 692); Blue value is 186 (73.05% from 255 or 26.88% from 692); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FBFFBA is #040045. Grayscale: #F6F6F6. Windows color (decimal): -262214 or 12255227. OLE color: 12255227.

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

Color convert

RGB251255186-
CMYK0.0200.270
HSL63.48º100%86.47%-
HSV(B)63.48º27.06%100%-
XYZ84.4195.5760.45-
YUV245.9494.17131.61-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 36.27%
GREEN value IS 255 (100% from 255) = 36.85%
BLUE value IS 186 (73.05% from 255) = 26.88%
R=36.27%
G=36.85%
B=26.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2512551860.0200.27063.4810086.47
HexFBFFBA201B03f6456
Octal3733772722033077144126
Binary11111011111111111011101010011011011111111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBFFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBFFBA; }

 p { color: rgb(251,255,186); }

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

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

 a { background-color: rgb(251,255,186); }

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

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

 span { border-color: rgb(251,255,186); }

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