Shades of Carnation Pink #FDA4C1
Tints of Carnation Pink #FDA4C1
RGB
CMYK
RGB Variations
Color information
#FDA4C1 (or 0xFDA4C1) is known color: Carnation Pink. HEX triplet: FD, A4 and C1. RGB value is (253,164,193). Sum of RGB (Red+Green+Blue) = 253+164+193=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 164 (64.45% from 255 or 26.89% from 610); Blue value is 193 (75.78% from 255 or 31.64% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4C1 is #025B3E. Grayscale: #C1C1C1. Windows color (decimal): -154431 or 12690685. OLE color: 12690685.
HSL color Cylindrical-coordinate representation of color #FDA4C1: hue angle of 340.45º 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 #FDA4C1 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 193 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.01 |
| HSL | 340.45º | 0.96% | 0.82% | - |
| HSV(B) | 340.45º | 0.35% | 0.99% | - |
| XYZ | 63.41 | 51.28 | 57.01 | - |
| YUV | 193.92 | 127.49 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 193 | 0 | 0.35 | 0.24 | 0.01 | 340.45 | 0.96 | 0.82 |
| Hex | FD | A4 | C1 | 0 | 23 | 18 | 1 | 154 | 60 | 52 |
| Octal | 375 | 244 | 301 | 0 | 43 | 30 | 1 | 524 | 140 | 122 |
| Binary | 11111101 | 10100100 | 11000001 | 0 | 100011 | 11000 | 1 | 101010100 | 1100000 | 1010010 |
Color Harmonies of #FDA4C1
Complementary color
Monochromatic Colors of #FDA4C1
Black with #FDA4C1
Text Example
Text Example
White with #FDA4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4C1; }
p { color: rgb(253,164,193); }
H1.HeaderClassName
{
color: #FDA4C1;
}
.AnyTagClassName
{
color: #FDA4C1;
}
</style>
background-color css
<style>
a { background-color: #FDA4C1; }
a { background-color: rgb(253,164,193); }
div.DivClassName
{
background-color: #FDA4C1;
}
.BgClassName
{
background-color: #FDA4C1;
}
</style>
border-color css
<style>
span { border-color: #FDA4C1; }
span { border-color: rgb(253,164,193); }
td.TdClassName
{
border-color: #FDA4C1;
}
.TagClassName
{
border-color: #FDA4C1;
}
</style>