Shades of Carnation Pink #F3A4C6
Tints of Carnation Pink #F3A4C6
RGB
CMYK
RGB Variations
Color information
#F3A4C6 (or 0xF3A4C6) is known color: Carnation Pink. HEX triplet: F3, A4 and C6. RGB value is (243,164,198). Sum of RGB (Red+Green+Blue) = 243+164+198=605 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.17% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 198 (77.73% from 255 or 32.73% from 605); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A4C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3A4C6 is #0C5B39. Grayscale: #BFBFBF. Windows color (decimal): -809786 or 13018355. OLE color: 13018355.
HSL color Cylindrical-coordinate representation of color #F3A4C6: hue angle of 334.18º degrees, saturation: 0.77, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F3A4C6 is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 164 | 198 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.05 |
| HSL | 334.18º | 0.77% | 0.8% | - |
| HSV(B) | 334.18º | 0.33% | 0.95% | - |
| XYZ | 60.43 | 49.68 | 59.83 | - |
| YUV | 191.5 | 131.67 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 164 | 198 | 0 | 0.33 | 0.19 | 0.05 | 334.18 | 0.77 | 0.8 |
| Hex | F3 | A4 | C6 | 0 | 21 | 13 | 5 | 14E | 4D | 50 |
| Octal | 363 | 244 | 306 | 0 | 41 | 23 | 5 | 516 | 115 | 120 |
| Binary | 11110011 | 10100100 | 11000110 | 0 | 100001 | 10011 | 101 | 101001110 | 1001101 | 1010000 |
Color Harmonies of #F3A4C6
Complementary color
Monochromatic Colors of #F3A4C6
Black with #F3A4C6
Text Example
Text Example
White with #F3A4C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A4C6; }
p { color: rgb(243,164,198); }
H1.HeaderClassName
{
color: #F3A4C6;
}
.AnyTagClassName
{
color: #F3A4C6;
}
</style>
background-color css
<style>
a { background-color: #F3A4C6; }
a { background-color: rgb(243,164,198); }
div.DivClassName
{
background-color: #F3A4C6;
}
.BgClassName
{
background-color: #F3A4C6;
}
</style>
border-color css
<style>
span { border-color: #F3A4C6; }
span { border-color: rgb(243,164,198); }
td.TdClassName
{
border-color: #F3A4C6;
}
.TagClassName
{
border-color: #F3A4C6;
}
</style>