Shades of Carnation Pink #FDA3BD
Tints of Carnation Pink #FDA3BD
RGB
CMYK
RGB Variations
Color information
#FDA3BD (or 0xFDA3BD) is known color: Carnation Pink. HEX triplet: FD, A3 and BD. RGB value is (253,163,189). Sum of RGB (Red+Green+Blue) = 253+163+189=605 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.82% from 605); Green value is 163 (64.06% from 255 or 26.94% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3BD is #025C42. Grayscale: #C0C0C0. Windows color (decimal): -154691 or 12428285. OLE color: 12428285.
HSL color Cylindrical-coordinate representation of color #FDA3BD: hue angle of 342.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 #FDA3BD is Cyan = 0, Magento = 0.36, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 189 | - |
| CMYK | 0 | 0.36 | 0.25 | 0.01 |
| HSL | 342.67º | 0.96% | 0.82% | - |
| HSV(B) | 342.67º | 0.36% | 0.99% | - |
| XYZ | 62.79 | 50.75 | 54.63 | - |
| YUV | 192.87 | 125.82 | 170.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 189 | 0 | 0.36 | 0.25 | 0.01 | 342.67 | 0.96 | 0.82 |
| Hex | FD | A3 | BD | 0 | 24 | 19 | 1 | 157 | 60 | 52 |
| Octal | 375 | 243 | 275 | 0 | 44 | 31 | 1 | 527 | 140 | 122 |
| Binary | 11111101 | 10100011 | 10111101 | 0 | 100100 | 11001 | 1 | 101010111 | 1100000 | 1010010 |
Color Harmonies of #FDA3BD
Complementary color
Monochromatic Colors of #FDA3BD
Black with #FDA3BD
Text Example
Text Example
White with #FDA3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3BD; }
p { color: rgb(253,163,189); }
H1.HeaderClassName
{
color: #FDA3BD;
}
.AnyTagClassName
{
color: #FDA3BD;
}
</style>
background-color css
<style>
a { background-color: #FDA3BD; }
a { background-color: rgb(253,163,189); }
div.DivClassName
{
background-color: #FDA3BD;
}
.BgClassName
{
background-color: #FDA3BD;
}
</style>
border-color css
<style>
span { border-color: #FDA3BD; }
span { border-color: rgb(253,163,189); }
td.TdClassName
{
border-color: #FDA3BD;
}
.TagClassName
{
border-color: #FDA3BD;
}
</style>