#F5FDBE

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

Shades of Chiffon #F5FDBE

Tints of Chiffon #F5FDBE

Color information

#F5FDBE (or 0xF5FDBE) is unknown color: approx Chiffon. HEX triplet: F5, FD and BE. RGB value is (245,253,190). Sum of RGB (Red+Green+Blue) = 245+253+190=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 253 (99.22% from 255 or 36.77% from 688); Blue value is 190 (74.61% from 255 or 27.62% from 688); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FDBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FDBE is #0A0241. Grayscale: #F3F3F3. Windows color (decimal): -655938 or 12516853. OLE color: 12516853.

HSL color Cylindrical-coordinate representation of color #F5FDBE: hue angle of 67.62º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5FDBE is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB245253190-
CMYK0.0300.250.01
HSL67.62º94.03%86.86%-
HSV(B)67.62º24.9%99.22%-
XYZ82.0893.3862.41-
YUV243.4397.85129.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.61%
GREEN value IS 253 (99.22% from 255) = 36.77%
BLUE value IS 190 (74.61% from 255) = 27.62%
R=35.61%
G=36.77%
B=27.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452531900.0300.250.0167.6294.0386.86
HexF5FDBE30191445e57
Octal36537527630311104136127
Binary111101011111110110111110110110011100010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FDBE; }

 p { color: rgb(245,253,190); }

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

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

 a { background-color: rgb(245,253,190); }

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

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

 span { border-color: rgb(245,253,190); }

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