#F2FEBF

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

Shades of Chiffon #F2FEBF

Tints of Chiffon #F2FEBF

Color information

#F2FEBF (or 0xF2FEBF) is unknown color: approx Chiffon. HEX triplet: F2, FE and BF. RGB value is (242,254,191). Sum of RGB (Red+Green+Blue) = 242+254+191=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 254 (99.61% from 255 or 36.97% from 687); Blue value is 191 (75% from 255 or 27.80% from 687); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEBF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEBF is #0D0140. Grayscale: #F3F3F3. Windows color (decimal): -852289 or 12582642. OLE color: 12582642.

HSL color Cylindrical-coordinate representation of color #F2FEBF: hue angle of 71.43º 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 #F2FEBF is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.

Color convert

RGB242254191-
CMYK0.0500.250.00
HSL71.43º96.92%87.25%-
HSV(B)71.43º24.8%99.61%-
XYZ81.4693.5263.05-
YUV243.2398.52127.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.23%
GREEN value IS 254 (99.61% from 255) = 36.97%
BLUE value IS 191 (75% from 255) = 27.80%
R=35.23%
G=36.97%
B=27.80%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422541910.0500.250.0071.4396.9287.25
HexF2FEBF50190476157
Octal36237627750310107141127
Binary1111001011111110101111111010110010100011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEBF; }

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

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

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

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

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

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

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

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