#F1FEBA

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

Shades of Chiffon #F1FEBA

Tints of Chiffon #F1FEBA

Color information

#F1FEBA (or 0xF1FEBA) is unknown color: approx Chiffon. HEX triplet: F1, FE and BA. RGB value is (241,254,186). Sum of RGB (Red+Green+Blue) = 241+254+186=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 186 (73.05% from 255 or 27.31% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FEBA is #0E0145. Grayscale: #F2F2F2. Windows color (decimal): -917830 or 12254961. OLE color: 12254961.

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

Color convert

RGB241254186-
CMYK0.0500.270.00
HSL71.47º97.14%86.27%-
HSV(B)71.47º26.77%99.61%-
XYZ80.5893.1360.18-
YUV242.3696.19127.03-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 35.39%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 186 (73.05% from 255) = 27.31%
R=35.39%
G=37.30%
B=27.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412541860.0500.270.0071.4797.1486.27
HexF1FEBA501B0476156
Octal36137627250330107141126
Binary1111000111111110101110101010110110100011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FEBA; }

 p { color: rgb(241,254,186); }

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

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

 a { background-color: rgb(241,254,186); }

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

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

 span { border-color: rgb(241,254,186); }

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