Shades of Carnation Pink #FDA9C4
Tints of Carnation Pink #FDA9C4
RGB
CMYK
RGB Variations
Color information
#FDA9C4 (or 0xFDA9C4) is known color: Carnation Pink. HEX triplet: FD, A9 and C4. RGB value is (253,169,196). Sum of RGB (Red+Green+Blue) = 253+169+196=618 (81% of max value = 765). Red value is 253 (99.22% from 255 or 40.94% from 618); Green value is 169 (66.41% from 255 or 27.35% from 618); Blue value is 196 (76.95% from 255 or 31.72% from 618); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9C4 is #02563B. Grayscale: #C5C5C5. Windows color (decimal): -153148 or 12888573. OLE color: 12888573.
HSL color Cylindrical-coordinate representation of color #FDA9C4: hue angle of 340.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDA9C4 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 169 | 196 | - |
| CMYK | 0 | 0.33 | 0.23 | 0.01 |
| HSL | 340.71º | 0.95% | 0.83% | - |
| HSV(B) | 340.71º | 0.33% | 0.99% | - |
| XYZ | 64.66 | 53.24 | 59.09 | - |
| YUV | 197.19 | 127.33 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 169 | 196 | 0 | 0.33 | 0.23 | 0.01 | 340.71 | 0.95 | 0.83 |
| Hex | FD | A9 | C4 | 0 | 21 | 17 | 1 | 155 | 5F | 53 |
| Octal | 375 | 251 | 304 | 0 | 41 | 27 | 1 | 525 | 137 | 123 |
| Binary | 11111101 | 10101001 | 11000100 | 0 | 100001 | 10111 | 1 | 101010101 | 1011111 | 1010011 |
Color Harmonies of #FDA9C4
Complementary color
Monochromatic Colors of #FDA9C4
Black with #FDA9C4
Text Example
Text Example
White with #FDA9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9C4; }
p { color: rgb(253,169,196); }
H1.HeaderClassName
{
color: #FDA9C4;
}
.AnyTagClassName
{
color: #FDA9C4;
}
</style>
background-color css
<style>
a { background-color: #FDA9C4; }
a { background-color: rgb(253,169,196); }
div.DivClassName
{
background-color: #FDA9C4;
}
.BgClassName
{
background-color: #FDA9C4;
}
</style>
border-color css
<style>
span { border-color: #FDA9C4; }
span { border-color: rgb(253,169,196); }
td.TdClassName
{
border-color: #FDA9C4;
}
.TagClassName
{
border-color: #FDA9C4;
}
</style>