#F2F8BE

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

Shades of Chiffon #F2F8BE

Tints of Chiffon #F2F8BE

Color information

#F2F8BE (or 0xF2F8BE) is unknown color: approx Chiffon. HEX triplet: F2, F8 and BE. RGB value is (242,248,190). Sum of RGB (Red+Green+Blue) = 242+248+190=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 248 (97.27% from 255 or 36.47% from 680); Blue value is 190 (74.61% from 255 or 27.94% from 680); Max value from RGB is 248 - color contains mainly: green. Hex color #F2F8BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F8BE is #0D0741. Grayscale: #EFEFEF. Windows color (decimal): -853826 or 12515570. OLE color: 12515570.

HSL color Cylindrical-coordinate representation of color #F2F8BE: hue angle of 66.21º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F2F8BE is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB242248190-
CMYK0.0200.230.03
HSL66.21º80.56%85.88%-
HSV(B)66.21º23.39%97.25%-
XYZ79.4889.7361.85-
YUV239.59100.01129.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.59%
GREEN value IS 248 (97.27% from 255) = 36.47%
BLUE value IS 190 (74.61% from 255) = 27.94%
R=35.59%
G=36.47%
B=27.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422481900.0200.230.0366.2180.5685.88
HexF2F8BE20173425156
Octal36237027620273102121126
Binary1111001011111000101111101001011111100001010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F8BE; }

 p { color: rgb(242,248,190); }

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

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

 a { background-color: rgb(242,248,190); }

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

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

 span { border-color: rgb(242,248,190); }

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