Shades of Carnation Pink #FFA5C6
Tints of Carnation Pink #FFA5C6
RGB
CMYK
RGB Variations
Color information
#FFA5C6 (or 0xFFA5C6) is known color: Carnation Pink. HEX triplet: FF, A5 and C6. RGB value is (255,165,198). Sum of RGB (Red+Green+Blue) = 255+165+198=618 (81% of max value = 765). Red value is 255 (100% from 255 or 41.26% from 618); Green value is 165 (64.84% from 255 or 26.70% from 618); Blue value is 198 (77.73% from 255 or 32.04% from 618); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5C6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5C6 is #005A39. Grayscale: #C3C3C3. Windows color (decimal): -23098 or 13018623. OLE color: 13018623.
HSL color Cylindrical-coordinate representation of color #FFA5C6: hue angle of 338º 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 #FFA5C6 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 198 | - |
| CMYK | 0 | 0.35 | 0.22 | 0 |
| HSL | 338º | 1% | 0.82% | - |
| HSV(B) | 338º | 0.35% | 1% | - |
| XYZ | 64.89 | 52.25 | 60.09 | - |
| YUV | 195.67 | 129.32 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 198 | 0 | 0.35 | 0.22 | 0 | 338 | 1 | 0.82 |
| Hex | FF | A5 | C6 | 0 | 23 | 16 | 0 | 152 | 64 | 52 |
| Octal | 377 | 245 | 306 | 0 | 43 | 26 | 0 | 522 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11000110 | 0 | 100011 | 10110 | 0 | 101010010 | 1100100 | 1010010 |
Color Harmonies of #FFA5C6
Complementary color
Monochromatic Colors of #FFA5C6
Black with #FFA5C6
Text Example
Text Example
White with #FFA5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5C6; }
p { color: rgb(255,165,198); }
H1.HeaderClassName
{
color: #FFA5C6;
}
.AnyTagClassName
{
color: #FFA5C6;
}
</style>
background-color css
<style>
a { background-color: #FFA5C6; }
a { background-color: rgb(255,165,198); }
div.DivClassName
{
background-color: #FFA5C6;
}
.BgClassName
{
background-color: #FFA5C6;
}
</style>
border-color css
<style>
span { border-color: #FFA5C6; }
span { border-color: rgb(255,165,198); }
td.TdClassName
{
border-color: #FFA5C6;
}
.TagClassName
{
border-color: #FFA5C6;
}
</style>