Shades of Carnation Pink #FFA5CF
Tints of Carnation Pink #FFA5CF
RGB
CMYK
RGB Variations
Color information
#FFA5CF (or 0xFFA5CF) is known color: Carnation Pink. HEX triplet: FF, A5 and CF. RGB value is (255,165,207). Sum of RGB (Red+Green+Blue) = 255+165+207=627 (83% of max value = 765). Red value is 255 (100% from 255 or 40.67% from 627); Green value is 165 (64.84% from 255 or 26.32% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5CF is #005A30. Grayscale: #C4C4C4. Windows color (decimal): -23089 or 13608447. OLE color: 13608447.
HSL color Cylindrical-coordinate representation of color #FFA5CF: hue angle of 332º 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 #FFA5CF is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 207 | - |
| CMYK | 0 | 0.35 | 0.19 | 0 |
| HSL | 332º | 1% | 0.82% | - |
| HSV(B) | 332º | 0.35% | 1% | - |
| XYZ | 65.96 | 52.68 | 65.72 | - |
| YUV | 196.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 207 | 0 | 0.35 | 0.19 | 0 | 332 | 1 | 0.82 |
| Hex | FF | A5 | CF | 0 | 23 | 13 | 0 | 14C | 64 | 52 |
| Octal | 377 | 245 | 317 | 0 | 43 | 23 | 0 | 514 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11001111 | 0 | 100011 | 10011 | 0 | 101001100 | 1100100 | 1010010 |
Color Harmonies of #FFA5CF
Complementary color
Monochromatic Colors of #FFA5CF
Black with #FFA5CF
Text Example
Text Example
White with #FFA5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5CF; }
p { color: rgb(255,165,207); }
H1.HeaderClassName
{
color: #FFA5CF;
}
.AnyTagClassName
{
color: #FFA5CF;
}
</style>
background-color css
<style>
a { background-color: #FFA5CF; }
a { background-color: rgb(255,165,207); }
div.DivClassName
{
background-color: #FFA5CF;
}
.BgClassName
{
background-color: #FFA5CF;
}
</style>
border-color css
<style>
span { border-color: #FFA5CF; }
span { border-color: rgb(255,165,207); }
td.TdClassName
{
border-color: #FFA5CF;
}
.TagClassName
{
border-color: #FFA5CF;
}
</style>