#F2FEC1

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

Shades of Chiffon #F2FEC1

Tints of Chiffon #F2FEC1

Color information

#F2FEC1 (or 0xF2FEC1) is unknown color: approx Chiffon. HEX triplet: F2, FE and C1. RGB value is (242,254,193). Sum of RGB (Red+Green+Blue) = 242+254+193=689 (91% of max value = 765). Red value is 242 (94.92% from 255 or 35.12% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 193 (75.78% from 255 or 28.01% from 689); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEC1 is #0D013E. Grayscale: #F3F3F3. Windows color (decimal): -852287 or 12713714. OLE color: 12713714.

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

Color convert

RGB242254193-
CMYK0.0500.240.00
HSL71.8º96.83%87.65%-
HSV(B)71.8º24.02%99.61%-
XYZ81.6993.6164.22-
YUV243.4699.52126.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.12%
GREEN value IS 254 (99.61% from 255) = 36.87%
BLUE value IS 193 (75.78% from 255) = 28.01%
R=35.12%
G=36.87%
B=28.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2422541930.0500.240.0071.896.8387.65
HexF2FEC150180486158
Octal36237630150300110141130
Binary1111001011111110110000011010110000100100011000011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FEC1; }

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

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

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

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

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

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

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

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