Shades of Carnation Pink #FDA4CE
Tints of Carnation Pink #FDA4CE
RGB
CMYK
RGB Variations
Color information
#FDA4CE (or 0xFDA4CE) is known color: Carnation Pink. HEX triplet: FD, A4 and CE. RGB value is (253,164,206). Sum of RGB (Red+Green+Blue) = 253+164+206=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 164 (64.45% from 255 or 26.32% from 623); Blue value is 206 (80.86% from 255 or 33.07% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA4CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA4CE is #025B31. Grayscale: #C3C3C3. Windows color (decimal): -154418 or 13542653. OLE color: 13542653.
HSL color Cylindrical-coordinate representation of color #FDA4CE: hue angle of 331.69º 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 #FDA4CE is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 164 | 206 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.01 |
| HSL | 331.69º | 0.96% | 0.82% | - |
| HSV(B) | 331.69º | 0.35% | 0.99% | - |
| XYZ | 64.92 | 51.89 | 64.99 | - |
| YUV | 195.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 164 | 206 | 0 | 0.35 | 0.19 | 0.01 | 331.69 | 0.96 | 0.82 |
| Hex | FD | A4 | CE | 0 | 23 | 13 | 1 | 14C | 60 | 52 |
| Octal | 375 | 244 | 316 | 0 | 43 | 23 | 1 | 514 | 140 | 122 |
| Binary | 11111101 | 10100100 | 11001110 | 0 | 100011 | 10011 | 1 | 101001100 | 1100000 | 1010010 |
Color Harmonies of #FDA4CE
Complementary color
Monochromatic Colors of #FDA4CE
Black with #FDA4CE
Text Example
Text Example
White with #FDA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA4CE; }
p { color: rgb(253,164,206); }
H1.HeaderClassName
{
color: #FDA4CE;
}
.AnyTagClassName
{
color: #FDA4CE;
}
</style>
background-color css
<style>
a { background-color: #FDA4CE; }
a { background-color: rgb(253,164,206); }
div.DivClassName
{
background-color: #FDA4CE;
}
.BgClassName
{
background-color: #FDA4CE;
}
</style>
border-color css
<style>
span { border-color: #FDA4CE; }
span { border-color: rgb(253,164,206); }
td.TdClassName
{
border-color: #FDA4CE;
}
.TagClassName
{
border-color: #FDA4CE;
}
</style>