Shades of Carnation Pink #F3AAC7
Tints of Carnation Pink #F3AAC7
RGB
CMYK
RGB Variations
Color information
#F3AAC7 (or 0xF3AAC7) is known color: Carnation Pink. HEX triplet: F3, AA and C7. RGB value is (243,170,199). Sum of RGB (Red+Green+Blue) = 243+170+199=612 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.71% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 199 (78.12% from 255 or 32.52% from 612); Max value from RGB is 243 - color contains mainly: red. Hex color #F3AAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F3AAC7 is #0C5538. Grayscale: #C3C3C3. Windows color (decimal): -808249 or 13085427. OLE color: 13085427.
HSL color Cylindrical-coordinate representation of color #F3AAC7: hue angle of 336.16º 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 #F3AAC7 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 170 | 199 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.05 |
| HSL | 336.16º | 0.75% | 0.81% | - |
| HSV(B) | 336.16º | 0.3% | 0.95% | - |
| XYZ | 61.65 | 51.93 | 60.81 | - |
| YUV | 195.13 | 130.18 | 162.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 170 | 199 | 0 | 0.30 | 0.18 | 0.05 | 336.16 | 0.75 | 0.81 |
| Hex | F3 | AA | C7 | 0 | 1E | 12 | 5 | 150 | 4B | 51 |
| Octal | 363 | 252 | 307 | 0 | 36 | 22 | 5 | 520 | 113 | 121 |
| Binary | 11110011 | 10101010 | 11000111 | 0 | 11110 | 10010 | 101 | 101010000 | 1001011 | 1010001 |
Color Harmonies of #F3AAC7
Complementary color
Monochromatic Colors of #F3AAC7
Black with #F3AAC7
Text Example
Text Example
White with #F3AAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AAC7; }
p { color: rgb(243,170,199); }
H1.HeaderClassName
{
color: #F3AAC7;
}
.AnyTagClassName
{
color: #F3AAC7;
}
</style>
background-color css
<style>
a { background-color: #F3AAC7; }
a { background-color: rgb(243,170,199); }
div.DivClassName
{
background-color: #F3AAC7;
}
.BgClassName
{
background-color: #F3AAC7;
}
</style>
border-color css
<style>
span { border-color: #F3AAC7; }
span { border-color: rgb(243,170,199); }
td.TdClassName
{
border-color: #F3AAC7;
}
.TagClassName
{
border-color: #F3AAC7;
}
</style>