Shades of Carnation Pink #FDA3CA
Tints of Carnation Pink #FDA3CA
RGB
CMYK
RGB Variations
Color information
#FDA3CA (or 0xFDA3CA) is known color: Carnation Pink. HEX triplet: FD, A3 and CA. RGB value is (253,163,202). Sum of RGB (Red+Green+Blue) = 253+163+202=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 163 (64.06% from 255 or 26.38% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3CA is #025C35. Grayscale: #C2C2C2. Windows color (decimal): -154678 or 13280253. OLE color: 13280253.
HSL color Cylindrical-coordinate representation of color #FDA3CA: hue angle of 334º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3CA is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 202 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.01 |
| HSL | 334º | 0.96% | 0.82% | - |
| HSV(B) | 334º | 0.36% | 0.99% | - |
| XYZ | 64.27 | 51.34 | 62.4 | - |
| YUV | 194.36 | 132.32 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 202 | 0 | 0.36 | 0.20 | 0.01 | 334 | 0.96 | 0.82 |
| Hex | FD | A3 | CA | 0 | 24 | 14 | 1 | 14E | 60 | 52 |
| Octal | 375 | 243 | 312 | 0 | 44 | 24 | 1 | 516 | 140 | 122 |
| Binary | 11111101 | 10100011 | 11001010 | 0 | 100100 | 10100 | 1 | 101001110 | 1100000 | 1010010 |
Color Harmonies of #FDA3CA
Complementary color
Monochromatic Colors of #FDA3CA
Black with #FDA3CA
Text Example
Text Example
White with #FDA3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3CA; }
p { color: rgb(253,163,202); }
H1.HeaderClassName
{
color: #FDA3CA;
}
.AnyTagClassName
{
color: #FDA3CA;
}
</style>
background-color css
<style>
a { background-color: #FDA3CA; }
a { background-color: rgb(253,163,202); }
div.DivClassName
{
background-color: #FDA3CA;
}
.BgClassName
{
background-color: #FDA3CA;
}
</style>
border-color css
<style>
span { border-color: #FDA3CA; }
span { border-color: rgb(253,163,202); }
td.TdClassName
{
border-color: #FDA3CA;
}
.TagClassName
{
border-color: #FDA3CA;
}
</style>