Shades of Carnation Pink #F5AAC8
Tints of Carnation Pink #F5AAC8
RGB
CMYK
RGB Variations
Color information
#F5AAC8 (or 0xF5AAC8) is known color: Carnation Pink. HEX triplet: F5, AA and C8. RGB value is (245,170,200). Sum of RGB (Red+Green+Blue) = 245+170+200=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 200 (78.52% from 255 or 32.52% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AAC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F5AAC8 is #0A5537. Grayscale: #C3C3C3. Windows color (decimal): -677176 or 13150965. OLE color: 13150965.
HSL color Cylindrical-coordinate representation of color #F5AAC8: hue angle of 336º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5AAC8 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 170 | 200 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.04 |
| HSL | 336º | 0.79% | 0.81% | - |
| HSV(B) | 336º | 0.31% | 0.96% | - |
| XYZ | 62.46 | 52.33 | 61.45 | - |
| YUV | 195.85 | 130.35 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 170 | 200 | 0 | 0.31 | 0.18 | 0.04 | 336 | 0.79 | 0.81 |
| Hex | F5 | AA | C8 | 0 | 1F | 12 | 4 | 150 | 4F | 51 |
| Octal | 365 | 252 | 310 | 0 | 37 | 22 | 4 | 520 | 117 | 121 |
| Binary | 11110101 | 10101010 | 11001000 | 0 | 11111 | 10010 | 100 | 101010000 | 1001111 | 1010001 |
Color Harmonies of #F5AAC8
Complementary color
Monochromatic Colors of #F5AAC8
Black with #F5AAC8
Text Example
Text Example
White with #F5AAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AAC8; }
p { color: rgb(245,170,200); }
H1.HeaderClassName
{
color: #F5AAC8;
}
.AnyTagClassName
{
color: #F5AAC8;
}
</style>
background-color css
<style>
a { background-color: #F5AAC8; }
a { background-color: rgb(245,170,200); }
div.DivClassName
{
background-color: #F5AAC8;
}
.BgClassName
{
background-color: #F5AAC8;
}
</style>
border-color css
<style>
span { border-color: #F5AAC8; }
span { border-color: rgb(245,170,200); }
td.TdClassName
{
border-color: #F5AAC8;
}
.TagClassName
{
border-color: #F5AAC8;
}
</style>