Shades of Carnation Pink #FFA7C4
Tints of Carnation Pink #FFA7C4
RGB
CMYK
RGB Variations
Color information
#FFA7C4 (or 0xFFA7C4) is known color: Carnation Pink. HEX triplet: FF, A7 and C4. RGB value is (255,167,196). Sum of RGB (Red+Green+Blue) = 255+167+196=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 167 (65.62% from 255 or 27.02% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA7C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA7C4 is #00583B. Grayscale: #C4C4C4. Windows color (decimal): -22588 or 12888063. OLE color: 12888063.
HSL color Cylindrical-coordinate representation of color #FFA7C4: hue angle of 340.23º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA7C4 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 196 | - |
| CMYK | 0 | 0.35 | 0.23 | 0 |
| HSL | 340.23º | 1% | 0.83% | - |
| HSV(B) | 340.23º | 0.35% | 1% | - |
| XYZ | 65.02 | 52.88 | 59 | - |
| YUV | 196.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 196 | 0 | 0.35 | 0.23 | 0 | 340.23 | 1 | 0.83 |
| Hex | FF | A7 | C4 | 0 | 23 | 17 | 0 | 154 | 64 | 53 |
| Octal | 377 | 247 | 304 | 0 | 43 | 27 | 0 | 524 | 144 | 123 |
| Binary | 11111111 | 10100111 | 11000100 | 0 | 100011 | 10111 | 0 | 101010100 | 1100100 | 1010011 |
Color Harmonies of #FFA7C4
Complementary color
Monochromatic Colors of #FFA7C4
Black with #FFA7C4
Text Example
Text Example
White with #FFA7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA7C4; }
p { color: rgb(255,167,196); }
H1.HeaderClassName
{
color: #FFA7C4;
}
.AnyTagClassName
{
color: #FFA7C4;
}
</style>
background-color css
<style>
a { background-color: #FFA7C4; }
a { background-color: rgb(255,167,196); }
div.DivClassName
{
background-color: #FFA7C4;
}
.BgClassName
{
background-color: #FFA7C4;
}
</style>
border-color css
<style>
span { border-color: #FFA7C4; }
span { border-color: rgb(255,167,196); }
td.TdClassName
{
border-color: #FFA7C4;
}
.TagClassName
{
border-color: #FFA7C4;
}
</style>