#F6C49E

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

Shades of Romantic #F6C49E

Tints of Romantic #F6C49E

Color information

#F6C49E (or 0xF6C49E) is unknown color: approx Romantic. HEX triplet: F6, C4 and 9E. RGB value is (246,196,158). Sum of RGB (Red+Green+Blue) = 246+196+158=600 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 158 (62.11% from 255 or 26.33% from 600); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C49E is #093B61. Grayscale: #CECECE. Windows color (decimal): -605026 or 10405110. OLE color: 10405110.

HSL color Cylindrical-coordinate representation of color #F6C49E: hue angle of 25.91º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6C49E is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB246196158-
CMYK00.200.360.04
HSL25.91º83.02%79.22%-
HSV(B)25.91º35.77%96.47%-
XYZ63.9261.5440.86-
YUV206.62100.56156.09-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41%
GREEN value IS 196 (76.95% from 255) = 32.67%
BLUE value IS 158 (62.11% from 255) = 26.33%
R=41%
G=32.67%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24619615800.200.360.0425.9183.0279.22
HexF6C49E0142441a534f
Octal36630423602444432123117
Binary1111011011000100100111100101001001001001101010100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6C49E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6C49E; }

 p { color: rgb(246,196,158); }

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

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

 a { background-color: rgb(246,196,158); }

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

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

 span { border-color: rgb(246,196,158); }

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