#F6C196

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

Shades of Romantic #F6C196

Tints of Romantic #F6C196

Color information

#F6C196 (or 0xF6C196) is unknown color: approx Romantic. HEX triplet: F6, C1 and 96. RGB value is (246,193,150). Sum of RGB (Red+Green+Blue) = 246+193+150=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 193 (75.78% from 255 or 32.77% from 589); Blue value is 150 (58.98% from 255 or 25.47% from 589); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C196 is #093E69. Grayscale: #CCCCCC. Windows color (decimal): -605802 or 9880054. OLE color: 9880054.

HSL color Cylindrical-coordinate representation of color #F6C196: hue angle of 26.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6C196 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246193150-
CMYK00.220.390.04
HSL26.88º84.21%77.65%-
HSV(B)26.88º39.02%96.47%-
XYZ62.5859.9337.12-
YUV203.9497.56158-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.77%
GREEN value IS 193 (75.78% from 255) = 32.77%
BLUE value IS 150 (58.98% from 255) = 25.47%
R=41.77%
G=32.77%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619315000.220.390.0426.8884.2177.65
HexF6C1960162741b544e
Octal36630122602647433124116
Binary1111011011000001100101100101101001111001101110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C196; }

 p { color: rgb(246,193,150); }

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

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

 a { background-color: rgb(246,193,150); }

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

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

 span { border-color: rgb(246,193,150); }

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