#F2FABE

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

Shades of Chiffon #F2FABE

Tints of Chiffon #F2FABE

Color information

#F2FABE (or 0xF2FABE) is unknown color: approx Chiffon. HEX triplet: F2, FA and BE. RGB value is (242,250,190). Sum of RGB (Red+Green+Blue) = 242+250+190=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 250 (98.05% from 255 or 36.66% from 682); Blue value is 190 (74.61% from 255 or 27.86% from 682); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FABE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FABE is #0D0541. Grayscale: #F1F1F1. Windows color (decimal): -853314 or 12516082. OLE color: 12516082.

HSL color Cylindrical-coordinate representation of color #F2FABE: hue angle of 68º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F2FABE is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB242250190-
CMYK0.0300.240.02
HSL68º85.71%86.27%-
HSV(B)68º24%98.04%-
XYZ80.190.9762.05-
YUV240.7799.35128.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 35.48%
GREEN value IS 250 (98.05% from 255) = 36.66%
BLUE value IS 190 (74.61% from 255) = 27.86%
R=35.48%
G=36.66%
B=27.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422501900.0300.240.026885.7186.27
HexF2FABE30182445656
Octal36237227630302104126126
Binary1111001011111010101111101101100010100010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FABE; }

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

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

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

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

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

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

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

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