Shades of Carnation Pink #FDA4C2
Tints of Carnation Pink #FDA4C2
RGB
CMYK
RGB Variations
Color information
#FDA4C2 (or 0xFDA4C2) is known color: Carnation Pink. HEX triplet: FD, A4 and C2. RGB value is (253,164,194). Sum of RGB (Red+Green+Blue) = 253+164+194=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 164 (64.45% from 255 or 26.84% from 611); Blue value is 194 (76.17% from 255 or 31.75% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4C2 is #025B3D. Grayscale: #C1C1C1. Windows color (decimal): -154430 or 12756221. OLE color: 12756221.
HSL color Cylindrical-coordinate representation of color #FDA4C2: hue angle of 339.78º 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 #FDA4C2 is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 194 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.01 |
| HSL | 339.78º | 0.96% | 0.82% | - |
| HSV(B) | 339.78º | 0.35% | 0.99% | - |
| XYZ | 63.52 | 51.33 | 57.6 | - |
| YUV | 194.03 | 127.99 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 194 | 0 | 0.35 | 0.23 | 0.01 | 339.78 | 0.96 | 0.82 |
| Hex | FD | A4 | C2 | 0 | 23 | 17 | 1 | 154 | 60 | 52 |
| Octal | 375 | 244 | 302 | 0 | 43 | 27 | 1 | 524 | 140 | 122 |
| Binary | 11111101 | 10100100 | 11000010 | 0 | 100011 | 10111 | 1 | 101010100 | 1100000 | 1010010 |
Color Harmonies of #FDA4C2
Complementary color
Monochromatic Colors of #FDA4C2
Black with #FDA4C2
Text Example
Text Example
White with #FDA4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4C2; }
p { color: rgb(253,164,194); }
H1.HeaderClassName
{
color: #FDA4C2;
}
.AnyTagClassName
{
color: #FDA4C2;
}
</style>
background-color css
<style>
a { background-color: #FDA4C2; }
a { background-color: rgb(253,164,194); }
div.DivClassName
{
background-color: #FDA4C2;
}
.BgClassName
{
background-color: #FDA4C2;
}
</style>
border-color css
<style>
span { border-color: #FDA4C2; }
span { border-color: rgb(253,164,194); }
td.TdClassName
{
border-color: #FDA4C2;
}
.TagClassName
{
border-color: #FDA4C2;
}
</style>