Shades of Carnation Pink #FDA5C1
Tints of Carnation Pink #FDA5C1
RGB
CMYK
RGB Variations
Color information
#FDA5C1 (or 0xFDA5C1) is known color: Carnation Pink. HEX triplet: FD, A5 and C1. RGB value is (253,165,193). Sum of RGB (Red+Green+Blue) = 253+165+193=611 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.41% from 611); Green value is 165 (64.84% from 255 or 27.00% from 611); Blue value is 193 (75.78% from 255 or 31.59% from 611); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5C1 is #025A3E. Grayscale: #C2C2C2. Windows color (decimal): -154175 or 12690941. OLE color: 12690941.
HSL color Cylindrical-coordinate representation of color #FDA5C1: hue angle of 340.91º 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 #FDA5C1 is Cyan = 0, Magento = 0.35, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 193 | - |
| CMYK | 0 | 0.35 | 0.24 | 0.01 |
| HSL | 340.91º | 0.96% | 0.82% | - |
| HSV(B) | 340.91º | 0.35% | 0.99% | - |
| XYZ | 63.59 | 51.64 | 57.07 | - |
| YUV | 194.5 | 127.15 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 193 | 0 | 0.35 | 0.24 | 0.01 | 340.91 | 0.96 | 0.82 |
| Hex | FD | A5 | C1 | 0 | 23 | 18 | 1 | 155 | 60 | 52 |
| Octal | 375 | 245 | 301 | 0 | 43 | 30 | 1 | 525 | 140 | 122 |
| Binary | 11111101 | 10100101 | 11000001 | 0 | 100011 | 11000 | 1 | 101010101 | 1100000 | 1010010 |
Color Harmonies of #FDA5C1
Complementary color
Monochromatic Colors of #FDA5C1
Black with #FDA5C1
Text Example
Text Example
White with #FDA5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5C1; }
p { color: rgb(253,165,193); }
H1.HeaderClassName
{
color: #FDA5C1;
}
.AnyTagClassName
{
color: #FDA5C1;
}
</style>
background-color css
<style>
a { background-color: #FDA5C1; }
a { background-color: rgb(253,165,193); }
div.DivClassName
{
background-color: #FDA5C1;
}
.BgClassName
{
background-color: #FDA5C1;
}
</style>
border-color css
<style>
span { border-color: #FDA5C1; }
span { border-color: rgb(253,165,193); }
td.TdClassName
{
border-color: #FDA5C1;
}
.TagClassName
{
border-color: #FDA5C1;
}
</style>