Shades of Carnation Pink #FDA5CE
Tints of Carnation Pink #FDA5CE
RGB
CMYK
RGB Variations
Color information
#FDA5CE (or 0xFDA5CE) is known color: Carnation Pink. HEX triplet: FD, A5 and CE. RGB value is (253,165,206). Sum of RGB (Red+Green+Blue) = 253+165+206=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 165 (64.84% from 255 or 26.44% from 624); Blue value is 206 (80.86% from 255 or 33.01% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5CE is #025A31. Grayscale: #C3C3C3. Windows color (decimal): -154162 or 13542909. OLE color: 13542909.
HSL color Cylindrical-coordinate representation of color #FDA5CE: hue angle of 332.05º 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 #FDA5CE is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 206 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.01 |
| HSL | 332.05º | 0.96% | 0.82% | - |
| HSV(B) | 332.05º | 0.35% | 0.99% | - |
| XYZ | 65.1 | 52.25 | 65.05 | - |
| YUV | 195.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 206 | 0 | 0.35 | 0.19 | 0.01 | 332.05 | 0.96 | 0.82 |
| Hex | FD | A5 | CE | 0 | 23 | 13 | 1 | 14C | 60 | 52 |
| Octal | 375 | 245 | 316 | 0 | 43 | 23 | 1 | 514 | 140 | 122 |
| Binary | 11111101 | 10100101 | 11001110 | 0 | 100011 | 10011 | 1 | 101001100 | 1100000 | 1010010 |
Color Harmonies of #FDA5CE
Complementary color
Monochromatic Colors of #FDA5CE
Black with #FDA5CE
Text Example
Text Example
White with #FDA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5CE; }
p { color: rgb(253,165,206); }
H1.HeaderClassName
{
color: #FDA5CE;
}
.AnyTagClassName
{
color: #FDA5CE;
}
</style>
background-color css
<style>
a { background-color: #FDA5CE; }
a { background-color: rgb(253,165,206); }
div.DivClassName
{
background-color: #FDA5CE;
}
.BgClassName
{
background-color: #FDA5CE;
}
</style>
border-color css
<style>
span { border-color: #FDA5CE; }
span { border-color: rgb(253,165,206); }
td.TdClassName
{
border-color: #FDA5CE;
}
.TagClassName
{
border-color: #FDA5CE;
}
</style>