Shades of Carnation Pink #FAACCA
Tints of Carnation Pink #FAACCA
RGB
CMYK
RGB Variations
Color information
#FAACCA (or 0xFAACCA) is known color: Carnation Pink. HEX triplet: FA, AC and CA. RGB value is (250,172,202). Sum of RGB (Red+Green+Blue) = 250+172+202=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 202 (79.30% from 255 or 32.37% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACCA is #055335. Grayscale: #C6C6C6. Windows color (decimal): -348982 or 13282554. OLE color: 13282554.
HSL color Cylindrical-coordinate representation of color #FAACCA: hue angle of 336.92º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FAACCA is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 172 | 202 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.02 |
| HSL | 336.92º | 0.89% | 0.83% | - |
| HSV(B) | 336.92º | 0.31% | 0.98% | - |
| XYZ | 64.84 | 54.09 | 62.9 | - |
| YUV | 198.74 | 129.84 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 172 | 202 | 0 | 0.31 | 0.19 | 0.02 | 336.92 | 0.89 | 0.83 |
| Hex | FA | AC | CA | 0 | 1F | 13 | 2 | 151 | 59 | 53 |
| Octal | 372 | 254 | 312 | 0 | 37 | 23 | 2 | 521 | 131 | 123 |
| Binary | 11111010 | 10101100 | 11001010 | 0 | 11111 | 10011 | 10 | 101010001 | 1011001 | 1010011 |
Color Harmonies of #FAACCA
Complementary color
Monochromatic Colors of #FAACCA
Black with #FAACCA
Text Example
Text Example
White with #FAACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAACCA; }
p { color: rgb(250,172,202); }
H1.HeaderClassName
{
color: #FAACCA;
}
.AnyTagClassName
{
color: #FAACCA;
}
</style>
background-color css
<style>
a { background-color: #FAACCA; }
a { background-color: rgb(250,172,202); }
div.DivClassName
{
background-color: #FAACCA;
}
.BgClassName
{
background-color: #FAACCA;
}
</style>
border-color css
<style>
span { border-color: #FAACCA; }
span { border-color: rgb(250,172,202); }
td.TdClassName
{
border-color: #FAACCA;
}
.TagClassName
{
border-color: #FAACCA;
}
</style>