Shades of Carnation Pink #FDA0CB
Tints of Carnation Pink #FDA0CB
RGB
CMYK
RGB Variations
Color information
#FDA0CB (or 0xFDA0CB) is known color: Carnation Pink. HEX triplet: FD, A0 and CB. RGB value is (253,160,203). Sum of RGB (Red+Green+Blue) = 253+160+203=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 203 (79.69% from 255 or 32.95% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA0CB is #025F34. Grayscale: #C0C0C0. Windows color (decimal): -155445 or 13345021. OLE color: 13345021.
HSL color Cylindrical-coordinate representation of color #FDA0CB: hue angle of 332.26º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FDA0CB is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 160 | 203 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.01 |
| HSL | 332.26º | 0.96% | 0.81% | - |
| HSV(B) | 332.26º | 0.37% | 0.99% | - |
| XYZ | 63.86 | 50.34 | 62.85 | - |
| YUV | 192.71 | 133.81 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 160 | 203 | 0 | 0.37 | 0.20 | 0.01 | 332.26 | 0.96 | 0.81 |
| Hex | FD | A0 | CB | 0 | 25 | 14 | 1 | 14C | 60 | 51 |
| Octal | 375 | 240 | 313 | 0 | 45 | 24 | 1 | 514 | 140 | 121 |
| Binary | 11111101 | 10100000 | 11001011 | 0 | 100101 | 10100 | 1 | 101001100 | 1100000 | 1010001 |
Color Harmonies of #FDA0CB
Complementary color
Monochromatic Colors of #FDA0CB
Black with #FDA0CB
Text Example
Text Example
White with #FDA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA0CB; }
p { color: rgb(253,160,203); }
H1.HeaderClassName
{
color: #FDA0CB;
}
.AnyTagClassName
{
color: #FDA0CB;
}
</style>
background-color css
<style>
a { background-color: #FDA0CB; }
a { background-color: rgb(253,160,203); }
div.DivClassName
{
background-color: #FDA0CB;
}
.BgClassName
{
background-color: #FDA0CB;
}
</style>
border-color css
<style>
span { border-color: #FDA0CB; }
span { border-color: rgb(253,160,203); }
td.TdClassName
{
border-color: #FDA0CB;
}
.TagClassName
{
border-color: #FDA0CB;
}
</style>