Shades of Carnation Pink #FDA1BC
Tints of Carnation Pink #FDA1BC
RGB
CMYK
RGB Variations
Color information
#FDA1BC (or 0xFDA1BC) is known color: Carnation Pink. HEX triplet: FD, A1 and BC. RGB value is (253,161,188). Sum of RGB (Red+Green+Blue) = 253+161+188=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 161 (63.28% from 255 or 26.74% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1BC is #025E43. Grayscale: #BFBFBF. Windows color (decimal): -155204 or 12362237. OLE color: 12362237.
HSL color Cylindrical-coordinate representation of color #FDA1BC: hue angle of 342.39º 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 #FDA1BC is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 188 | - |
| CMYK | 0 | 0.36 | 0.26 | 0.01 |
| HSL | 342.39º | 0.96% | 0.81% | - |
| HSV(B) | 342.39º | 0.36% | 0.99% | - |
| XYZ | 62.33 | 50 | 53.94 | - |
| YUV | 191.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 188 | 0 | 0.36 | 0.26 | 0.01 | 342.39 | 0.96 | 0.81 |
| Hex | FD | A1 | BC | 0 | 24 | 1A | 1 | 156 | 60 | 51 |
| Octal | 375 | 241 | 274 | 0 | 44 | 32 | 1 | 526 | 140 | 121 |
| Binary | 11111101 | 10100001 | 10111100 | 0 | 100100 | 11010 | 1 | 101010110 | 1100000 | 1010001 |
Color Harmonies of #FDA1BC
Complementary color
Monochromatic Colors of #FDA1BC
Black with #FDA1BC
Text Example
Text Example
White with #FDA1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1BC; }
p { color: rgb(253,161,188); }
H1.HeaderClassName
{
color: #FDA1BC;
}
.AnyTagClassName
{
color: #FDA1BC;
}
</style>
background-color css
<style>
a { background-color: #FDA1BC; }
a { background-color: rgb(253,161,188); }
div.DivClassName
{
background-color: #FDA1BC;
}
.BgClassName
{
background-color: #FDA1BC;
}
</style>
border-color css
<style>
span { border-color: #FDA1BC; }
span { border-color: rgb(253,161,188); }
td.TdClassName
{
border-color: #FDA1BC;
}
.TagClassName
{
border-color: #FDA1BC;
}
</style>