Shades of Carnation Pink #FDA2CE
Tints of Carnation Pink #FDA2CE
RGB
CMYK
RGB Variations
Color information
#FDA2CE (or 0xFDA2CE) is known color: Carnation Pink. HEX triplet: FD, A2 and CE. RGB value is (253,162,206). Sum of RGB (Red+Green+Blue) = 253+162+206=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 162 (63.67% from 255 or 26.09% from 621); Blue value is 206 (80.86% from 255 or 33.17% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA2CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA2CE is #025D31. Grayscale: #C2C2C2. Windows color (decimal): -154930 or 13542141. OLE color: 13542141.
HSL color Cylindrical-coordinate representation of color #FDA2CE: hue angle of 330.99º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA2CE is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 162 | 206 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.01 |
| HSL | 330.99º | 0.96% | 0.81% | - |
| HSV(B) | 330.99º | 0.36% | 0.99% | - |
| XYZ | 64.57 | 51.18 | 64.87 | - |
| YUV | 194.23 | 134.65 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 162 | 206 | 0 | 0.36 | 0.19 | 0.01 | 330.99 | 0.96 | 0.81 |
| Hex | FD | A2 | CE | 0 | 24 | 13 | 1 | 14B | 60 | 51 |
| Octal | 375 | 242 | 316 | 0 | 44 | 23 | 1 | 513 | 140 | 121 |
| Binary | 11111101 | 10100010 | 11001110 | 0 | 100100 | 10011 | 1 | 101001011 | 1100000 | 1010001 |
Color Harmonies of #FDA2CE
Complementary color
Monochromatic Colors of #FDA2CE
Black with #FDA2CE
Text Example
Text Example
White with #FDA2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA2CE; }
p { color: rgb(253,162,206); }
H1.HeaderClassName
{
color: #FDA2CE;
}
.AnyTagClassName
{
color: #FDA2CE;
}
</style>
background-color css
<style>
a { background-color: #FDA2CE; }
a { background-color: rgb(253,162,206); }
div.DivClassName
{
background-color: #FDA2CE;
}
.BgClassName
{
background-color: #FDA2CE;
}
</style>
border-color css
<style>
span { border-color: #FDA2CE; }
span { border-color: rgb(253,162,206); }
td.TdClassName
{
border-color: #FDA2CE;
}
.TagClassName
{
border-color: #FDA2CE;
}
</style>