#F6C396

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

Shades of Romantic #F6C396

Tints of Romantic #F6C396

Color information

#F6C396 (or 0xF6C396) is unknown color: approx Romantic. HEX triplet: F6, C3 and 96. RGB value is (246,195,150). Sum of RGB (Red+Green+Blue) = 246+195+150=591 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.62% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C396 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C396 is #093C69. Grayscale: #CDCDCD. Windows color (decimal): -605290 or 9880566. OLE color: 9880566.

HSL color Cylindrical-coordinate representation of color #F6C396: hue angle of 28.13º 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 #F6C396 is Cyan = 0, Magento = 0.21, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB246195150-
CMYK00.210.390.04
HSL28.13º84.21%77.65%-
HSV(B)28.13º39.02%96.47%-
XYZ63.0360.8337.27-
YUV205.1296.9157.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.62%
GREEN value IS 195 (76.56% from 255) = 32.99%
BLUE value IS 150 (58.98% from 255) = 25.38%
R=41.62%
G=32.99%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619515000.210.390.0428.1384.2177.65
HexF6C3960152741c544e
Octal36630322602547434124116
Binary1111011011000011100101100101011001111001110010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C396; }

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

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

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

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

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

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

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

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