Shades of Carnation Pink #FFA5CA
Tints of Carnation Pink #FFA5CA
RGB
CMYK
RGB Variations
Color information
#FFA5CA (or 0xFFA5CA) is known color: Carnation Pink. HEX triplet: FF, A5 and CA. RGB value is (255,165,202). Sum of RGB (Red+Green+Blue) = 255+165+202=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 202 (79.30% from 255 or 32.48% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5CA is #005A35. Grayscale: #C4C4C4. Windows color (decimal): -23094 or 13280767. OLE color: 13280767.
HSL color Cylindrical-coordinate representation of color #FFA5CA: hue angle of 335.33º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FFA5CA is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 202 | - |
| CMYK | 0 | 0.35 | 0.21 | 0 |
| HSL | 335.33º | 1% | 0.82% | - |
| HSV(B) | 335.33º | 0.35% | 1% | - |
| XYZ | 65.36 | 52.43 | 62.55 | - |
| YUV | 196.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 202 | 0 | 0.35 | 0.21 | 0 | 335.33 | 1 | 0.82 |
| Hex | FF | A5 | CA | 0 | 23 | 15 | 0 | 14F | 64 | 52 |
| Octal | 377 | 245 | 312 | 0 | 43 | 25 | 0 | 517 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11001010 | 0 | 100011 | 10101 | 0 | 101001111 | 1100100 | 1010010 |
Color Harmonies of #FFA5CA
Complementary color
Monochromatic Colors of #FFA5CA
Black with #FFA5CA
Text Example
Text Example
White with #FFA5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5CA; }
p { color: rgb(255,165,202); }
H1.HeaderClassName
{
color: #FFA5CA;
}
.AnyTagClassName
{
color: #FFA5CA;
}
</style>
background-color css
<style>
a { background-color: #FFA5CA; }
a { background-color: rgb(255,165,202); }
div.DivClassName
{
background-color: #FFA5CA;
}
.BgClassName
{
background-color: #FFA5CA;
}
</style>
border-color css
<style>
span { border-color: #FFA5CA; }
span { border-color: rgb(255,165,202); }
td.TdClassName
{
border-color: #FFA5CA;
}
.TagClassName
{
border-color: #FFA5CA;
}
</style>