Shades of Carnation Pink #F3A6C3
Tints of Carnation Pink #F3A6C3
RGB
CMYK
RGB Variations
Color information
#F3A6C3 (or 0xF3A6C3) is known color: Carnation Pink. HEX triplet: F3, A6 and C3. RGB value is (243,166,195). Sum of RGB (Red+Green+Blue) = 243+166+195=604 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.23% from 604); Green value is 166 (65.23% from 255 or 27.48% from 604); Blue value is 195 (76.56% from 255 or 32.28% from 604); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A6C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A6C3 is #0C593C. Grayscale: #C0C0C0. Windows color (decimal): -809277 or 12822259. OLE color: 12822259.
HSL color Cylindrical-coordinate representation of color #F3A6C3: hue angle of 337.4º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F3A6C3 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 166 | 195 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.05 |
| HSL | 337.4º | 0.76% | 0.8% | - |
| HSV(B) | 337.4º | 0.32% | 0.95% | - |
| XYZ | 60.45 | 50.27 | 58.15 | - |
| YUV | 192.33 | 129.51 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 166 | 195 | 0 | 0.32 | 0.20 | 0.05 | 337.4 | 0.76 | 0.8 |
| Hex | F3 | A6 | C3 | 0 | 20 | 14 | 5 | 151 | 4C | 50 |
| Octal | 363 | 246 | 303 | 0 | 40 | 24 | 5 | 521 | 114 | 120 |
| Binary | 11110011 | 10100110 | 11000011 | 0 | 100000 | 10100 | 101 | 101010001 | 1001100 | 1010000 |
Color Harmonies of #F3A6C3
Complementary color
Monochromatic Colors of #F3A6C3
Black with #F3A6C3
Text Example
Text Example
White with #F3A6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A6C3; }
p { color: rgb(243,166,195); }
H1.HeaderClassName
{
color: #F3A6C3;
}
.AnyTagClassName
{
color: #F3A6C3;
}
</style>
background-color css
<style>
a { background-color: #F3A6C3; }
a { background-color: rgb(243,166,195); }
div.DivClassName
{
background-color: #F3A6C3;
}
.BgClassName
{
background-color: #F3A6C3;
}
</style>
border-color css
<style>
span { border-color: #F3A6C3; }
span { border-color: rgb(243,166,195); }
td.TdClassName
{
border-color: #F3A6C3;
}
.TagClassName
{
border-color: #F3A6C3;
}
</style>