#F2FEBE

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

Shades of Chiffon #F2FEBE

Tints of Chiffon #F2FEBE

Color information

#F2FEBE (or 0xF2FEBE) is unknown color: approx Chiffon. HEX triplet: F2, FE and BE. RGB value is (242,254,190). Sum of RGB (Red+Green+Blue) = 242+254+190=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 254 (99.61% from 255 or 37.03% from 686); Blue value is 190 (74.61% from 255 or 27.70% from 686); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEBE is #0D0141. Grayscale: #F3F3F3. Windows color (decimal): -852290 or 12517106. OLE color: 12517106.

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

Color convert

RGB242254190-
CMYK0.0500.250.00
HSL71.25º96.97%87.06%-
HSV(B)71.25º25.2%99.61%-
XYZ81.3593.4862.47-
YUV243.1298.02127.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.28%
GREEN value IS 254 (99.61% from 255) = 37.03%
BLUE value IS 190 (74.61% from 255) = 27.70%
R=35.28%
G=37.03%
B=27.70%

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
Decimal2422541900.0500.250.0071.2596.9787.06
HexF2FEBE50190476157
Octal36237627650310107141127
Binary1111001011111110101111101010110010100011111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEBE; }

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

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

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

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

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

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

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

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