#F2FDC0

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

Shades of Chiffon #F2FDC0

Tints of Chiffon #F2FDC0

Color information

#F2FDC0 (or 0xF2FDC0) is unknown color: approx Chiffon. HEX triplet: F2, FD and C0. RGB value is (242,253,192). Sum of RGB (Red+Green+Blue) = 242+253+192=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 192 (75.39% from 255 or 27.95% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDC0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDC0 is #0D023F. Grayscale: #F2F2F2. Windows color (decimal): -852544 or 12647922. OLE color: 12647922.

HSL color Cylindrical-coordinate representation of color #F2FDC0: hue angle of 70.82º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2FDC0 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB242253192-
CMYK0.0400.240.01
HSL70.82º93.85%87.25%-
HSV(B)70.82º24.11%99.22%-
XYZ81.2692.9363.52-
YUV242.7699.36127.46-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.23%
GREEN value IS 253 (99.22% from 255) = 36.83%
BLUE value IS 192 (75.39% from 255) = 27.95%
R=35.23%
G=36.83%
B=27.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2422531920.0400.240.0170.8293.8587.25
HexF2FDC040181475e57
Octal36237530040301107136127
Binary1111001011111101110000001000110001100011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FDC0; }

 p { color: rgb(242,253,192); }

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

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

 a { background-color: rgb(242,253,192); }

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

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

 span { border-color: rgb(242,253,192); }

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