Shades of Carnation Pink #FCAAC7
Tints of Carnation Pink #FCAAC7
RGB
CMYK
RGB Variations
Color information
#FCAAC7 (or 0xFCAAC7) is known color: Carnation Pink. HEX triplet: FC, AA and C7. RGB value is (252,170,199). Sum of RGB (Red+Green+Blue) = 252+170+199=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 170 (66.80% from 255 or 27.38% from 621); Blue value is 199 (78.12% from 255 or 32.05% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAAC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FCAAC7 is #035538. Grayscale: #C5C5C5. Windows color (decimal): -218425 or 13085436. OLE color: 13085436.
HSL color Cylindrical-coordinate representation of color #FCAAC7: hue angle of 338.78º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FCAAC7 is Cyan = 0, Magento = 0.33, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 170 | 199 | - |
| CMYK | 0 | 0.33 | 0.21 | 0.01 |
| HSL | 338.78º | 0.93% | 0.83% | - |
| HSV(B) | 338.78º | 0.33% | 0.99% | - |
| XYZ | 64.83 | 53.57 | 60.96 | - |
| YUV | 197.82 | 128.67 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 170 | 199 | 0 | 0.33 | 0.21 | 0.01 | 338.78 | 0.93 | 0.83 |
| Hex | FC | AA | C7 | 0 | 21 | 15 | 1 | 153 | 5D | 53 |
| Octal | 374 | 252 | 307 | 0 | 41 | 25 | 1 | 523 | 135 | 123 |
| Binary | 11111100 | 10101010 | 11000111 | 0 | 100001 | 10101 | 1 | 101010011 | 1011101 | 1010011 |
Color Harmonies of #FCAAC7
Complementary color
Monochromatic Colors of #FCAAC7
Black with #FCAAC7
Text Example
Text Example
White with #FCAAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCAAC7; }
p { color: rgb(252,170,199); }
H1.HeaderClassName
{
color: #FCAAC7;
}
.AnyTagClassName
{
color: #FCAAC7;
}
</style>
background-color css
<style>
a { background-color: #FCAAC7; }
a { background-color: rgb(252,170,199); }
div.DivClassName
{
background-color: #FCAAC7;
}
.BgClassName
{
background-color: #FCAAC7;
}
</style>
border-color css
<style>
span { border-color: #FCAAC7; }
span { border-color: rgb(252,170,199); }
td.TdClassName
{
border-color: #FCAAC7;
}
.TagClassName
{
border-color: #FCAAC7;
}
</style>