Shades of Carnation Pink #FDA1C4
Tints of Carnation Pink #FDA1C4
RGB
CMYK
RGB Variations
Color information
#FDA1C4 (or 0xFDA1C4) is known color: Carnation Pink. HEX triplet: FD, A1 and C4. RGB value is (253,161,196). Sum of RGB (Red+Green+Blue) = 253+161+196=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 161 (63.28% from 255 or 26.39% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA1C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA1C4 is #025E3B. Grayscale: #C0C0C0. Windows color (decimal): -155196 or 12886525. OLE color: 12886525.
HSL color Cylindrical-coordinate representation of color #FDA1C4: hue angle of 337.17º 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 #FDA1C4 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 161 | 196 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.01 |
| HSL | 337.17º | 0.96% | 0.81% | - |
| HSV(B) | 337.17º | 0.36% | 0.99% | - |
| XYZ | 63.22 | 50.36 | 58.61 | - |
| YUV | 192.5 | 129.98 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 161 | 196 | 0 | 0.36 | 0.23 | 0.01 | 337.17 | 0.96 | 0.81 |
| Hex | FD | A1 | C4 | 0 | 24 | 17 | 1 | 151 | 60 | 51 |
| Octal | 375 | 241 | 304 | 0 | 44 | 27 | 1 | 521 | 140 | 121 |
| Binary | 11111101 | 10100001 | 11000100 | 0 | 100100 | 10111 | 1 | 101010001 | 1100000 | 1010001 |
Color Harmonies of #FDA1C4
Complementary color
Monochromatic Colors of #FDA1C4
Black with #FDA1C4
Text Example
Text Example
White with #FDA1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA1C4; }
p { color: rgb(253,161,196); }
H1.HeaderClassName
{
color: #FDA1C4;
}
.AnyTagClassName
{
color: #FDA1C4;
}
</style>
background-color css
<style>
a { background-color: #FDA1C4; }
a { background-color: rgb(253,161,196); }
div.DivClassName
{
background-color: #FDA1C4;
}
.BgClassName
{
background-color: #FDA1C4;
}
</style>
border-color css
<style>
span { border-color: #FDA1C4; }
span { border-color: rgb(253,161,196); }
td.TdClassName
{
border-color: #FDA1C4;
}
.TagClassName
{
border-color: #FDA1C4;
}
</style>