#F9FFBA

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

Shades of Chiffon #F9FFBA

Tints of Chiffon #F9FFBA

Color information

#F9FFBA (or 0xF9FFBA) is unknown color: approx Chiffon. HEX triplet: F9, FF and BA. RGB value is (249,255,186). Sum of RGB (Red+Green+Blue) = 249+255+186=690 (91% of max value = 765). Red value is 249 (97.66% from 255 or 36.09% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 186 (73.05% from 255 or 26.96% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFBA is #060045. Grayscale: #F5F5F5. Windows color (decimal): -393286 or 12255225. OLE color: 12255225.

HSL color Cylindrical-coordinate representation of color #F9FFBA: hue angle of 65.22º 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 #F9FFBA is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.

Color convert

RGB249255186-
CMYK0.0200.270
HSL65.22º100%86.47%-
HSV(B)65.22º27.06%100%-
XYZ83.6995.260.42-
YUV245.3494.51130.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 36.09%
GREEN value IS 255 (100% from 255) = 36.96%
BLUE value IS 186 (73.05% from 255) = 26.96%
R=36.09%
G=36.96%
B=26.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492551860.0200.27065.2210086.47
HexF9FFBA201B0416456
Octal37137727220330101144126
Binary111110011111111110111010100110110100000111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FFBA; }

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

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

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

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

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

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

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

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