#F2FEBB

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

Shades of Chiffon #F2FEBB

Tints of Chiffon #F2FEBB

Color information

#F2FEBB (or 0xF2FEBB) is unknown color: approx Chiffon. HEX triplet: F2, FE and BB. RGB value is (242,254,187). Sum of RGB (Red+Green+Blue) = 242+254+187=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 254 (99.61% from 255 or 37.19% from 683); Blue value is 187 (73.44% from 255 or 27.38% from 683); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEBB is #0D0144. Grayscale: #F3F3F3. Windows color (decimal): -852293 or 12320498. OLE color: 12320498.

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

Color convert

RGB242254187-
CMYK0.0500.260.00
HSL70.75º97.1%86.47%-
HSV(B)70.75º26.38%99.61%-
XYZ81.0393.3560.76-
YUV242.7796.52127.45-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.43%
GREEN value IS 254 (99.61% from 255) = 37.19%
BLUE value IS 187 (73.44% from 255) = 27.38%
R=35.43%
G=37.19%
B=27.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422541870.0500.260.0070.7597.186.47
HexF2FEBB501A0476156
Octal36237627350320107141126
Binary1111001011111110101110111010110100100011111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEBB; }

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

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

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

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

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

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

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

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