Shades of Carnation Pink #FDABCC
Tints of Carnation Pink #FDABCC
RGB
CMYK
RGB Variations
Color information
#FDABCC (or 0xFDABCC) is known color: Carnation Pink. HEX triplet: FD, AB and CC. RGB value is (253,171,204). Sum of RGB (Red+Green+Blue) = 253+171+204=628 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.29% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 204 (80.08% from 255 or 32.48% from 628); Max value from RGB is 253 - color contains mainly: red. Hex color #FDABCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDABCC is #025433. Grayscale: #C7C7C7. Windows color (decimal): -152628 or 13413373. OLE color: 13413373.
HSL color Cylindrical-coordinate representation of color #FDABCC: hue angle of 335.85º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDABCC is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 171 | 204 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.01 |
| HSL | 335.85º | 0.95% | 0.83% | - |
| HSV(B) | 335.85º | 0.32% | 0.99% | - |
| XYZ | 65.97 | 54.37 | 64.14 | - |
| YUV | 199.28 | 130.67 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 171 | 204 | 0 | 0.32 | 0.19 | 0.01 | 335.85 | 0.95 | 0.83 |
| Hex | FD | AB | CC | 0 | 20 | 13 | 1 | 150 | 5F | 53 |
| Octal | 375 | 253 | 314 | 0 | 40 | 23 | 1 | 520 | 137 | 123 |
| Binary | 11111101 | 10101011 | 11001100 | 0 | 100000 | 10011 | 1 | 101010000 | 1011111 | 1010011 |
Color Harmonies of #FDABCC
Complementary color
Monochromatic Colors of #FDABCC
Black with #FDABCC
Text Example
Text Example
White with #FDABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDABCC; }
p { color: rgb(253,171,204); }
H1.HeaderClassName
{
color: #FDABCC;
}
.AnyTagClassName
{
color: #FDABCC;
}
</style>
background-color css
<style>
a { background-color: #FDABCC; }
a { background-color: rgb(253,171,204); }
div.DivClassName
{
background-color: #FDABCC;
}
.BgClassName
{
background-color: #FDABCC;
}
</style>
border-color css
<style>
span { border-color: #FDABCC; }
span { border-color: rgb(253,171,204); }
td.TdClassName
{
border-color: #FDABCC;
}
.TagClassName
{
border-color: #FDABCC;
}
</style>