Shades of Romantic #F6C4A4
Tints of Romantic #F6C4A4
RGB
CMYK
RGB Variations
Color information
#F6C4A4 (or 0xF6C4A4) is known color: Romantic. HEX triplet: F6, C4 and A4. RGB value is (246,196,164). Sum of RGB (Red+Green+Blue) = 246+196+164=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 196 (76.95% from 255 or 32.34% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C4A4 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6C4A4 is #093B5B. Grayscale: #CFCFCF. Windows color (decimal): -605020 or 10798326. OLE color: 10798326.
HSL color Cylindrical-coordinate representation of color #F6C4A4: hue angle of 23.41º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F6C4A4 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 196 | 164 | - |
| CMYK | 0 | 0.20 | 0.33 | 0.04 |
| HSL | 23.41º | 0.82% | 0.8% | - |
| HSV(B) | 23.41º | 0.33% | 0.96% | - |
| XYZ | 64.45 | 61.75 | 43.64 | - |
| YUV | 207.3 | 103.57 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 196 | 164 | 0 | 0.20 | 0.33 | 0.04 | 23.41 | 0.82 | 0.8 |
| Hex | F6 | C4 | A4 | 0 | 14 | 21 | 4 | 17 | 52 | 50 |
| Octal | 366 | 304 | 244 | 0 | 24 | 41 | 4 | 27 | 122 | 120 |
| Binary | 11110110 | 11000100 | 10100100 | 0 | 10100 | 100001 | 100 | 10111 | 1010010 | 1010000 |
Color Harmonies of #F6C4A4
Complementary color
Monochromatic Colors of #F6C4A4
Black with #F6C4A4
Text Example
Text Example
White with #F6C4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C4A4; }
p { color: rgb(246,196,164); }
H1.HeaderClassName
{
color: #F6C4A4;
}
.AnyTagClassName
{
color: #F6C4A4;
}
</style>
background-color css
<style>
a { background-color: #F6C4A4; }
a { background-color: rgb(246,196,164); }
div.DivClassName
{
background-color: #F6C4A4;
}
.BgClassName
{
background-color: #F6C4A4;
}
</style>
border-color css
<style>
span { border-color: #F6C4A4; }
span { border-color: rgb(246,196,164); }
td.TdClassName
{
border-color: #F6C4A4;
}
.TagClassName
{
border-color: #F6C4A4;
}
</style>