#F5FCBB

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

Shades of Chiffon #F5FCBB

Tints of Chiffon #F5FCBB

Color information

#F5FCBB (or 0xF5FCBB) is unknown color: approx Chiffon. HEX triplet: F5, FC and BB. RGB value is (245,252,187). Sum of RGB (Red+Green+Blue) = 245+252+187=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 252 (98.83% from 255 or 36.84% from 684); Blue value is 187 (73.44% from 255 or 27.34% from 684); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCBB is #0A0344. Grayscale: #F2F2F2. Windows color (decimal): -656197 or 12319989. OLE color: 12319989.

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

Color convert

RGB245252187-
CMYK0.0300.260.01
HSL66.46º91.55%86.08%-
HSV(B)66.46º25.79%98.82%-
XYZ81.4492.6260.6-
YUV242.596.68129.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.82%
GREEN value IS 252 (98.83% from 255) = 36.84%
BLUE value IS 187 (73.44% from 255) = 27.34%
R=35.82%
G=36.84%
B=27.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452521870.0300.260.0166.4691.5586.08
HexF5FCBB301A1425c56
Octal36537427330321102134126
Binary111101011111110010111011110110101100001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCBB; }

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

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

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

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

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

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

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

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