Shades of Carnation Pink #FFA5CC
Tints of Carnation Pink #FFA5CC
RGB
CMYK
RGB Variations
Color information
#FFA5CC (or 0xFFA5CC) is known color: Carnation Pink. HEX triplet: FF, A5 and CC. RGB value is (255,165,204). Sum of RGB (Red+Green+Blue) = 255+165+204=624 (82% of max value = 765). Red value is 255 (100% from 255 or 40.87% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA5CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFA5CC is #005A33. Grayscale: #C4C4C4. Windows color (decimal): -23092 or 13411839. OLE color: 13411839.
HSL color Cylindrical-coordinate representation of color #FFA5CC: hue angle of 334º 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 #FFA5CC is Cyan = 0, Magento = 0.35, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 165 | 204 | - |
| CMYK | 0 | 0.35 | 0.2 | 0 |
| HSL | 334º | 1% | 0.82% | - |
| HSV(B) | 334º | 0.35% | 1% | - |
| XYZ | 65.59 | 52.53 | 63.81 | - |
| YUV | 196.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 165 | 204 | 0 | 0.35 | 0.2 | 0 | 334 | 1 | 0.82 |
| Hex | FF | A5 | CC | 0 | 23 | 14 | 0 | 14E | 64 | 52 |
| Octal | 377 | 245 | 314 | 0 | 43 | 24 | 0 | 516 | 144 | 122 |
| Binary | 11111111 | 10100101 | 11001100 | 0 | 100011 | 10100 | 0 | 101001110 | 1100100 | 1010010 |
Color Harmonies of #FFA5CC
Complementary color
Monochromatic Colors of #FFA5CC
Black with #FFA5CC
Text Example
Text Example
White with #FFA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA5CC; }
p { color: rgb(255,165,204); }
H1.HeaderClassName
{
color: #FFA5CC;
}
.AnyTagClassName
{
color: #FFA5CC;
}
</style>
background-color css
<style>
a { background-color: #FFA5CC; }
a { background-color: rgb(255,165,204); }
div.DivClassName
{
background-color: #FFA5CC;
}
.BgClassName
{
background-color: #FFA5CC;
}
</style>
border-color css
<style>
span { border-color: #FFA5CC; }
span { border-color: rgb(255,165,204); }
td.TdClassName
{
border-color: #FFA5CC;
}
.TagClassName
{
border-color: #FFA5CC;
}
</style>