Shades of Carnation Pink #FDA3C3
Tints of Carnation Pink #FDA3C3
RGB
CMYK
RGB Variations
Color information
#FDA3C3 (or 0xFDA3C3) is known color: Carnation Pink. HEX triplet: FD, A3 and C3. RGB value is (253,163,195). Sum of RGB (Red+Green+Blue) = 253+163+195=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 163 (64.06% from 255 or 26.68% from 611); Blue value is 195 (76.56% from 255 or 31.91% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3C3 is #025C3C. Grayscale: #C1C1C1. Windows color (decimal): -154685 or 12821501. OLE color: 12821501.
HSL color Cylindrical-coordinate representation of color #FDA3C3: hue angle of 338.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 #FDA3C3 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 195 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.01 |
| HSL | 338.67º | 0.96% | 0.82% | - |
| HSV(B) | 338.67º | 0.36% | 0.99% | - |
| XYZ | 63.46 | 51.02 | 58.13 | - |
| YUV | 193.56 | 128.82 | 170.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 195 | 0 | 0.36 | 0.23 | 0.01 | 338.67 | 0.96 | 0.82 |
| Hex | FD | A3 | C3 | 0 | 24 | 17 | 1 | 153 | 60 | 52 |
| Octal | 375 | 243 | 303 | 0 | 44 | 27 | 1 | 523 | 140 | 122 |
| Binary | 11111101 | 10100011 | 11000011 | 0 | 100100 | 10111 | 1 | 101010011 | 1100000 | 1010010 |
Color Harmonies of #FDA3C3
Complementary color
Monochromatic Colors of #FDA3C3
Black with #FDA3C3
Text Example
Text Example
White with #FDA3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3C3; }
p { color: rgb(253,163,195); }
H1.HeaderClassName
{
color: #FDA3C3;
}
.AnyTagClassName
{
color: #FDA3C3;
}
</style>
background-color css
<style>
a { background-color: #FDA3C3; }
a { background-color: rgb(253,163,195); }
div.DivClassName
{
background-color: #FDA3C3;
}
.BgClassName
{
background-color: #FDA3C3;
}
</style>
border-color css
<style>
span { border-color: #FDA3C3; }
span { border-color: rgb(253,163,195); }
td.TdClassName
{
border-color: #FDA3C3;
}
.TagClassName
{
border-color: #FDA3C3;
}
</style>