#F5FCBF

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

Shades of Chiffon #F5FCBF

Tints of Chiffon #F5FCBF

Color information

#F5FCBF (or 0xF5FCBF) is unknown color: approx Chiffon. HEX triplet: F5, FC and BF. RGB value is (245,252,191). Sum of RGB (Red+Green+Blue) = 245+252+191=688 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.61% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 191 (75% from 255 or 27.76% from 688); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCBF is #0A0340. Grayscale: #F3F3F3. Windows color (decimal): -656193 or 12582133. OLE color: 12582133.

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

Color convert

RGB245252191-
CMYK0.0300.240.01
HSL66.89º91.04%86.86%-
HSV(B)66.89º24.21%98.82%-
XYZ81.8792.7962.89-
YUV242.9598.68129.46-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.61%
GREEN value IS 252 (98.83% from 255) = 36.63%
BLUE value IS 191 (75% from 255) = 27.76%
R=35.61%
G=36.63%
B=27.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452521910.0300.240.0166.8991.0486.86
HexF5FCBF30181435b57
Octal36537427730301103133127
Binary111101011111110010111111110110001100001110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCBF; }

 p { color: rgb(245,252,191); }

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

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

 a { background-color: rgb(245,252,191); }

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

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

 span { border-color: rgb(245,252,191); }

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