Shades of Carnation Pink #FDA5C5
Tints of Carnation Pink #FDA5C5
RGB
CMYK
RGB Variations
Color information
#FDA5C5 (or 0xFDA5C5) is known color: Carnation Pink. HEX triplet: FD, A5 and C5. RGB value is (253,165,197). Sum of RGB (Red+Green+Blue) = 253+165+197=615 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.14% from 615); Green value is 165 (64.84% from 255 or 26.83% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5C5 is #025A3A. Grayscale: #C2C2C2. Windows color (decimal): -154171 or 12953085. OLE color: 12953085.
HSL color Cylindrical-coordinate representation of color #FDA5C5: hue angle of 338.18º 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 #FDA5C5 is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 197 | - |
| CMYK | 0 | 0.35 | 0.22 | 0.01 |
| HSL | 338.18º | 0.96% | 0.82% | - |
| HSV(B) | 338.18º | 0.35% | 0.99% | - |
| XYZ | 64.04 | 51.82 | 59.45 | - |
| YUV | 194.96 | 129.15 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 197 | 0 | 0.35 | 0.22 | 0.01 | 338.18 | 0.96 | 0.82 |
| Hex | FD | A5 | C5 | 0 | 23 | 16 | 1 | 152 | 60 | 52 |
| Octal | 375 | 245 | 305 | 0 | 43 | 26 | 1 | 522 | 140 | 122 |
| Binary | 11111101 | 10100101 | 11000101 | 0 | 100011 | 10110 | 1 | 101010010 | 1100000 | 1010010 |
Color Harmonies of #FDA5C5
Complementary color
Monochromatic Colors of #FDA5C5
Black with #FDA5C5
Text Example
Text Example
White with #FDA5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5C5; }
p { color: rgb(253,165,197); }
H1.HeaderClassName
{
color: #FDA5C5;
}
.AnyTagClassName
{
color: #FDA5C5;
}
</style>
background-color css
<style>
a { background-color: #FDA5C5; }
a { background-color: rgb(253,165,197); }
div.DivClassName
{
background-color: #FDA5C5;
}
.BgClassName
{
background-color: #FDA5C5;
}
</style>
border-color css
<style>
span { border-color: #FDA5C5; }
span { border-color: rgb(253,165,197); }
td.TdClassName
{
border-color: #FDA5C5;
}
.TagClassName
{
border-color: #FDA5C5;
}
</style>