#F5F9BD

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

Shades of Chiffon #F5F9BD

Tints of Chiffon #F5F9BD

Color information

#F5F9BD (or 0xF5F9BD) is unknown color: approx Chiffon. HEX triplet: F5, F9 and BD. RGB value is (245,249,189). Sum of RGB (Red+Green+Blue) = 245+249+189=683 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.87% from 683); Green value is 249 (97.66% from 255 or 36.46% from 683); Blue value is 189 (74.22% from 255 or 27.67% from 683); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F9BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5F9BD is #0A0642. Grayscale: #F1F1F1. Windows color (decimal): -656963 or 12450293. OLE color: 12450293.

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

Color convert

RGB245249189-
CMYK0.0200.240.02
HSL64º83.33%85.88%-
HSV(B)64º24.1%97.65%-
XYZ80.7290.8461.42-
YUV240.9698.67130.88-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.87%
GREEN value IS 249 (97.66% from 255) = 36.46%
BLUE value IS 189 (74.22% from 255) = 27.67%
R=35.87%
G=36.46%
B=27.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452491890.0200.240.026483.3385.88
HexF5F9BD20182405356
Octal36537127520302100123126
Binary1111010111111001101111011001100010100000010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F9BD; }

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

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

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

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

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

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

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

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