#F5FEBF

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

Shades of Chiffon #F5FEBF

Tints of Chiffon #F5FEBF

Color information

#F5FEBF (or 0xF5FEBF) is unknown color: approx Chiffon. HEX triplet: F5, FE and BF. RGB value is (245,254,191). Sum of RGB (Red+Green+Blue) = 245+254+191=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 191 (75% from 255 or 27.68% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEBF is #0A0140. Grayscale: #F4F4F4. Windows color (decimal): -655681 or 12582645. OLE color: 12582645.

HSL color Cylindrical-coordinate representation of color #F5FEBF: hue angle of 68.57º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F5FEBF is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB245254191-
CMYK0.0400.250.00
HSL68.57º96.92%87.25%-
HSV(B)68.57º24.8%99.61%-
XYZ82.594.0663.1-
YUV244.1398.02128.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 35.51%
GREEN value IS 254 (99.61% from 255) = 36.81%
BLUE value IS 191 (75% from 255) = 27.68%
R=35.51%
G=36.81%
B=27.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452541910.0400.250.0068.5796.9287.25
HexF5FEBF40190456157
Octal36537627740310105141127
Binary1111010111111110101111111000110010100010111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEBF; }

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

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

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

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

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

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

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

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