#F5FCBD

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

Shades of Chiffon #F5FCBD

Tints of Chiffon #F5FCBD

Color information

#F5FCBD (or 0xF5FCBD) is unknown color: approx Chiffon. HEX triplet: F5, FC and BD. RGB value is (245,252,189). Sum of RGB (Red+Green+Blue) = 245+252+189=686 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.71% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 189 (74.22% from 255 or 27.55% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #F5FCBD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FCBD is #0A0342. Grayscale: #F2F2F2. Windows color (decimal): -656195 or 12451061. OLE color: 12451061.

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

Color convert

RGB245252189-
CMYK0.0300.250.01
HSL66.67º91.3%86.47%-
HSV(B)66.67º25%98.82%-
XYZ81.6592.7161.73-
YUV242.7297.68129.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.71%
GREEN value IS 252 (98.83% from 255) = 36.73%
BLUE value IS 189 (74.22% from 255) = 27.55%
R=35.71%
G=36.73%
B=27.55%

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
Decimal2452521890.0300.250.0166.6791.386.47
HexF5FCBD30191435b56
Octal36537427530311103133126
Binary111101011111110010111101110110011100001110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FCBD; }

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

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

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

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

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

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

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

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