#F1F2B8

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

Shades of Chiffon #F1F2B8

Tints of Chiffon #F1F2B8

Color information

#F1F2B8 (or 0xF1F2B8) is unknown color: approx Chiffon. HEX triplet: F1, F2 and B8. RGB value is (241,242,184). Sum of RGB (Red+Green+Blue) = 241+242+184=667 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.13% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 184 (72.27% from 255 or 27.59% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #F1F2B8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1F2B8 is #0E0D47. Grayscale: #EBEBEB. Windows color (decimal): -920904 or 12120817. OLE color: 12120817.

HSL color Cylindrical-coordinate representation of color #F1F2B8: hue angle of 61.03º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F1F2B8 is Cyan = 0.00, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB241242184-
CMYK0.0000.240.05
HSL61.03º69.05%83.53%-
HSV(B)61.03º23.97%94.9%-
XYZ76.6885.6757.84-
YUV235.0999.17132.22-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 36.13%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 184 (72.27% from 255) = 27.59%
R=36.13%
G=36.28%
B=27.59%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2412421840.0000.240.0561.0369.0583.53
HexF1F2B8001853d4554
Octal3613622700030575105124
Binary111100011111001010111000001100010111110110001011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1F2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1F2B8; }

 p { color: rgb(241,242,184); }

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

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

 a { background-color: rgb(241,242,184); }

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

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

 span { border-color: rgb(241,242,184); }

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