Shades of Carnation Pink #FFA3CE
Tints of Carnation Pink #FFA3CE
RGB
CMYK
RGB Variations
Color information
#FFA3CE (or 0xFFA3CE) is known color: Carnation Pink. HEX triplet: FF, A3 and CE. RGB value is (255,163,206). Sum of RGB (Red+Green+Blue) = 255+163+206=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 163 (64.06% from 255 or 26.12% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA3CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA3CE is #005C31. Grayscale: #C3C3C3. Windows color (decimal): -23602 or 13542399. OLE color: 13542399.
HSL color Cylindrical-coordinate representation of color #FFA3CE: hue angle of 331.96º 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 #FFA3CE is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 206 | - |
| CMYK | 0 | 0.36 | 0.19 | 0 |
| HSL | 331.96º | 1% | 0.82% | - |
| HSV(B) | 331.96º | 0.36% | 1% | - |
| XYZ | 65.48 | 51.91 | 64.96 | - |
| YUV | 195.41 | 133.98 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 206 | 0 | 0.36 | 0.19 | 0 | 331.96 | 1 | 0.82 |
| Hex | FF | A3 | CE | 0 | 24 | 13 | 0 | 14C | 64 | 52 |
| Octal | 377 | 243 | 316 | 0 | 44 | 23 | 0 | 514 | 144 | 122 |
| Binary | 11111111 | 10100011 | 11001110 | 0 | 100100 | 10011 | 0 | 101001100 | 1100100 | 1010010 |
Color Harmonies of #FFA3CE
Complementary color
Monochromatic Colors of #FFA3CE
Black with #FFA3CE
Text Example
Text Example
White with #FFA3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA3CE; }
p { color: rgb(255,163,206); }
H1.HeaderClassName
{
color: #FFA3CE;
}
.AnyTagClassName
{
color: #FFA3CE;
}
</style>
background-color css
<style>
a { background-color: #FFA3CE; }
a { background-color: rgb(255,163,206); }
div.DivClassName
{
background-color: #FFA3CE;
}
.BgClassName
{
background-color: #FFA3CE;
}
</style>
border-color css
<style>
span { border-color: #FFA3CE; }
span { border-color: rgb(255,163,206); }
td.TdClassName
{
border-color: #FFA3CE;
}
.TagClassName
{
border-color: #FFA3CE;
}
</style>