Shades of Carnation Pink #F3AAC8
Tints of Carnation Pink #F3AAC8
RGB
CMYK
RGB Variations
Color information
#F3AAC8 (or 0xF3AAC8) is known color: Carnation Pink. HEX triplet: F3, AA and C8. RGB value is (243,170,200). Sum of RGB (Red+Green+Blue) = 243+170+200=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 170 (66.80% from 255 or 27.73% from 613); Blue value is 200 (78.52% from 255 or 32.63% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AAC8 is #0C5537. Grayscale: #C3C3C3. Windows color (decimal): -808248 or 13150963. OLE color: 13150963.
HSL color Cylindrical-coordinate representation of color #F3AAC8: hue angle of 335.34º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F3AAC8 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 200 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.05 |
| HSL | 335.34º | 0.75% | 0.81% | - |
| HSV(B) | 335.34º | 0.3% | 0.95% | - |
| XYZ | 61.76 | 51.97 | 61.42 | - |
| YUV | 195.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 200 | 0 | 0.30 | 0.18 | 0.05 | 335.34 | 0.75 | 0.81 |
| Hex | F3 | AA | C8 | 0 | 1E | 12 | 5 | 14F | 4B | 51 |
| Octal | 363 | 252 | 310 | 0 | 36 | 22 | 5 | 517 | 113 | 121 |
| Binary | 11110011 | 10101010 | 11001000 | 0 | 11110 | 10010 | 101 | 101001111 | 1001011 | 1010001 |
Color Harmonies of #F3AAC8
Complementary color
Monochromatic Colors of #F3AAC8
Black with #F3AAC8
Text Example
Text Example
White with #F3AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AAC8; }
p { color: rgb(243,170,200); }
H1.HeaderClassName
{
color: #F3AAC8;
}
.AnyTagClassName
{
color: #F3AAC8;
}
</style>
background-color css
<style>
a { background-color: #F3AAC8; }
a { background-color: rgb(243,170,200); }
div.DivClassName
{
background-color: #F3AAC8;
}
.BgClassName
{
background-color: #F3AAC8;
}
</style>
border-color css
<style>
span { border-color: #F3AAC8; }
span { border-color: rgb(243,170,200); }
td.TdClassName
{
border-color: #F3AAC8;
}
.TagClassName
{
border-color: #F3AAC8;
}
</style>