Shades of Carnation Pink #FFA3CF
Tints of Carnation Pink #FFA3CF
RGB
CMYK
RGB Variations
Color information
#FFA3CF (or 0xFFA3CF) is known color: Carnation Pink. HEX triplet: FF, A3 and CF. RGB value is (255,163,207). Sum of RGB (Red+Green+Blue) = 255+163+207=625 (82% of max value = 765). Red value is 255 (100% from 255 or 40.8% from 625); Green value is 163 (64.06% from 255 or 26.08% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3CF is #005C30. Grayscale: #C3C3C3. Windows color (decimal): -23601 or 13607935. OLE color: 13607935.
HSL color Cylindrical-coordinate representation of color #FFA3CF: hue angle of 331.3º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FFA3CF is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 207 | - |
| CMYK | 0 | 0.36 | 0.19 | 0 |
| HSL | 331.3º | 1% | 0.82% | - |
| HSV(B) | 331.3º | 0.36% | 1% | - |
| XYZ | 65.6 | 51.96 | 65.6 | - |
| YUV | 195.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 207 | 0 | 0.36 | 0.19 | 0 | 331.3 | 1 | 0.82 |
| Hex | FF | A3 | CF | 0 | 24 | 13 | 0 | 14B | 64 | 52 |
| Octal | 377 | 243 | 317 | 0 | 44 | 23 | 0 | 513 | 144 | 122 |
| Binary | 11111111 | 10100011 | 11001111 | 0 | 100100 | 10011 | 0 | 101001011 | 1100100 | 1010010 |
Color Harmonies of #FFA3CF
Complementary color
Monochromatic Colors of #FFA3CF
Black with #FFA3CF
Text Example
Text Example
White with #FFA3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3CF; }
p { color: rgb(255,163,207); }
H1.HeaderClassName
{
color: #FFA3CF;
}
.AnyTagClassName
{
color: #FFA3CF;
}
</style>
background-color css
<style>
a { background-color: #FFA3CF; }
a { background-color: rgb(255,163,207); }
div.DivClassName
{
background-color: #FFA3CF;
}
.BgClassName
{
background-color: #FFA3CF;
}
</style>
border-color css
<style>
span { border-color: #FFA3CF; }
span { border-color: rgb(255,163,207); }
td.TdClassName
{
border-color: #FFA3CF;
}
.TagClassName
{
border-color: #FFA3CF;
}
</style>