Shades of Carnation Pink #FDA4BA
Tints of Carnation Pink #FDA4BA
RGB
CMYK
RGB Variations
Color information
#FDA4BA (or 0xFDA4BA) is known color: Carnation Pink. HEX triplet: FD, A4 and BA. RGB value is (253,164,186). Sum of RGB (Red+Green+Blue) = 253+164+186=603 (79% of max value = 765). Red value is 253 (99.22% from 255 or 41.96% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4BA is #025B45. Grayscale: #C1C1C1. Windows color (decimal): -154438 or 12231933. OLE color: 12231933.
HSL color Cylindrical-coordinate representation of color #FDA4BA: hue angle of 345.17º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FDA4BA is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 186 | - |
| CMYK | 0 | 0.35 | 0.26 | 0.01 |
| HSL | 345.17º | 0.96% | 0.82% | - |
| HSV(B) | 345.17º | 0.35% | 0.99% | - |
| XYZ | 62.65 | 50.98 | 52.99 | - |
| YUV | 193.12 | 123.99 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 186 | 0 | 0.35 | 0.26 | 0.01 | 345.17 | 0.96 | 0.82 |
| Hex | FD | A4 | BA | 0 | 23 | 1A | 1 | 159 | 60 | 52 |
| Octal | 375 | 244 | 272 | 0 | 43 | 32 | 1 | 531 | 140 | 122 |
| Binary | 11111101 | 10100100 | 10111010 | 0 | 100011 | 11010 | 1 | 101011001 | 1100000 | 1010010 |
Color Harmonies of #FDA4BA
Complementary color
Monochromatic Colors of #FDA4BA
Black with #FDA4BA
Text Example
Text Example
White with #FDA4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4BA; }
p { color: rgb(253,164,186); }
H1.HeaderClassName
{
color: #FDA4BA;
}
.AnyTagClassName
{
color: #FDA4BA;
}
</style>
background-color css
<style>
a { background-color: #FDA4BA; }
a { background-color: rgb(253,164,186); }
div.DivClassName
{
background-color: #FDA4BA;
}
.BgClassName
{
background-color: #FDA4BA;
}
</style>
border-color css
<style>
span { border-color: #FDA4BA; }
span { border-color: rgb(253,164,186); }
td.TdClassName
{
border-color: #FDA4BA;
}
.TagClassName
{
border-color: #FDA4BA;
}
</style>