Shades of Carnation Pink #FDA3CF
Tints of Carnation Pink #FDA3CF
RGB
CMYK
RGB Variations
Color information
#FDA3CF (or 0xFDA3CF) is known color: Carnation Pink. HEX triplet: FD, A3 and CF. RGB value is (253,163,207). Sum of RGB (Red+Green+Blue) = 253+163+207=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 163 (64.06% from 255 or 26.16% from 623); Blue value is 207 (81.25% from 255 or 33.23% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3CF is #025C30. Grayscale: #C2C2C2. Windows color (decimal): -154673 or 13607933. OLE color: 13607933.
HSL color Cylindrical-coordinate representation of color #FDA3CF: hue angle of 330.67º 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 #FDA3CF is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 207 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.01 |
| HSL | 330.67º | 0.96% | 0.82% | - |
| HSV(B) | 330.67º | 0.36% | 0.99% | - |
| XYZ | 64.87 | 51.58 | 65.57 | - |
| YUV | 194.93 | 134.82 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 207 | 0 | 0.36 | 0.18 | 0.01 | 330.67 | 0.96 | 0.82 |
| Hex | FD | A3 | CF | 0 | 24 | 12 | 1 | 14B | 60 | 52 |
| Octal | 375 | 243 | 317 | 0 | 44 | 22 | 1 | 513 | 140 | 122 |
| Binary | 11111101 | 10100011 | 11001111 | 0 | 100100 | 10010 | 1 | 101001011 | 1100000 | 1010010 |
Color Harmonies of #FDA3CF
Complementary color
Monochromatic Colors of #FDA3CF
Black with #FDA3CF
Text Example
Text Example
White with #FDA3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3CF; }
p { color: rgb(253,163,207); }
H1.HeaderClassName
{
color: #FDA3CF;
}
.AnyTagClassName
{
color: #FDA3CF;
}
</style>
background-color css
<style>
a { background-color: #FDA3CF; }
a { background-color: rgb(253,163,207); }
div.DivClassName
{
background-color: #FDA3CF;
}
.BgClassName
{
background-color: #FDA3CF;
}
</style>
border-color css
<style>
span { border-color: #FDA3CF; }
span { border-color: rgb(253,163,207); }
td.TdClassName
{
border-color: #FDA3CF;
}
.TagClassName
{
border-color: #FDA3CF;
}
</style>