#F9FFBD

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

Shades of Chiffon #F9FFBD

Tints of Chiffon #F9FFBD

Color information

#F9FFBD (or 0xF9FFBD) is unknown color: approx Chiffon. HEX triplet: F9, FF and BD. RGB value is (249,255,189). Sum of RGB (Red+Green+Blue) = 249+255+189=693 (91% of max value = 765). Red value is 249 (97.66% from 255 or 35.93% from 693); Green value is 255 (100% from 255 or 36.80% from 693); Blue value is 189 (74.22% from 255 or 27.27% from 693); Max value from RGB is 255 - color contains mainly: green. Hex color #F9FFBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9FFBD is #060042. Grayscale: #F5F5F5. Windows color (decimal): -393283 or 12451833. OLE color: 12451833.

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

Color convert

RGB249255189-
CMYK0.0200.260
HSL65.45º100%87.06%-
HSV(B)65.45º25.88%100%-
XYZ84.0195.3362.12-
YUV245.6896.01130.37-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.93%
GREEN value IS 255 (100% from 255) = 36.80%
BLUE value IS 189 (74.22% from 255) = 27.27%
R=35.93%
G=36.80%
B=27.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2492551890.0200.26065.4510087.06
HexF9FFBD201A0416457
Octal37137727520320101144127
Binary111110011111111110111101100110100100000111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FFBD; }

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

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

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

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

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

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

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

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