Shades of Carnation Pink #FFADCC
Tints of Carnation Pink #FFADCC
RGB
CMYK
RGB Variations
Color information
#FFADCC (or 0xFFADCC) is known color: Carnation Pink. HEX triplet: FF, AD and CC. RGB value is (255,173,204). Sum of RGB (Red+Green+Blue) = 255+173+204=632 (83% of max value = 765). Red value is 255 (100% from 255 or 40.35% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 204 (80.08% from 255 or 32.28% from 632); Max value from RGB is 255 - color contains mainly: red. Hex color #FFADCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFADCC is #005233. Grayscale: #C9C9C9. Windows color (decimal): -21044 or 13413887. OLE color: 13413887.
HSL color Cylindrical-coordinate representation of color #FFADCC: hue angle of 337.32º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFADCC is Cyan = 0, Magento = 0.32, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 204 | - |
| CMYK | 0 | 0.32 | 0.2 | 0 |
| HSL | 337.32º | 1% | 0.84% | - |
| HSV(B) | 337.32º | 0.32% | 1% | - |
| XYZ | 67.08 | 55.51 | 64.3 | - |
| YUV | 201.05 | 129.67 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 204 | 0 | 0.32 | 0.2 | 0 | 337.32 | 1 | 0.84 |
| Hex | FF | AD | CC | 0 | 20 | 14 | 0 | 151 | 64 | 54 |
| Octal | 377 | 255 | 314 | 0 | 40 | 24 | 0 | 521 | 144 | 124 |
| Binary | 11111111 | 10101101 | 11001100 | 0 | 100000 | 10100 | 0 | 101010001 | 1100100 | 1010100 |
Color Harmonies of #FFADCC
Complementary color
Monochromatic Colors of #FFADCC
Black with #FFADCC
Text Example
Text Example
White with #FFADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFADCC; }
p { color: rgb(255,173,204); }
H1.HeaderClassName
{
color: #FFADCC;
}
.AnyTagClassName
{
color: #FFADCC;
}
</style>
background-color css
<style>
a { background-color: #FFADCC; }
a { background-color: rgb(255,173,204); }
div.DivClassName
{
background-color: #FFADCC;
}
.BgClassName
{
background-color: #FFADCC;
}
</style>
border-color css
<style>
span { border-color: #FFADCC; }
span { border-color: rgb(255,173,204); }
td.TdClassName
{
border-color: #FFADCC;
}
.TagClassName
{
border-color: #FFADCC;
}
</style>