Shades of Carnation Pink #FDA5CC
Tints of Carnation Pink #FDA5CC
RGB
CMYK
RGB Variations
Color information
#FDA5CC (or 0xFDA5CC) is known color: Carnation Pink. HEX triplet: FD, A5 and CC. RGB value is (253,165,204). Sum of RGB (Red+Green+Blue) = 253+165+204=622 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.68% from 622); Green value is 165 (64.84% from 255 or 26.53% from 622); Blue value is 204 (80.08% from 255 or 32.80% from 622); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA5CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA5CC is #025A33. Grayscale: #C3C3C3. Windows color (decimal): -154164 or 13411837. OLE color: 13411837.
HSL color Cylindrical-coordinate representation of color #FDA5CC: hue angle of 333.41º 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 #FDA5CC is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 165 | 204 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.01 |
| HSL | 333.41º | 0.96% | 0.82% | - |
| HSV(B) | 333.41º | 0.35% | 0.99% | - |
| XYZ | 64.86 | 52.15 | 63.77 | - |
| YUV | 195.76 | 132.65 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 165 | 204 | 0 | 0.35 | 0.19 | 0.01 | 333.41 | 0.96 | 0.82 |
| Hex | FD | A5 | CC | 0 | 23 | 13 | 1 | 14D | 60 | 52 |
| Octal | 375 | 245 | 314 | 0 | 43 | 23 | 1 | 515 | 140 | 122 |
| Binary | 11111101 | 10100101 | 11001100 | 0 | 100011 | 10011 | 1 | 101001101 | 1100000 | 1010010 |
Color Harmonies of #FDA5CC
Complementary color
Monochromatic Colors of #FDA5CC
Black with #FDA5CC
Text Example
Text Example
White with #FDA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA5CC; }
p { color: rgb(253,165,204); }
H1.HeaderClassName
{
color: #FDA5CC;
}
.AnyTagClassName
{
color: #FDA5CC;
}
</style>
background-color css
<style>
a { background-color: #FDA5CC; }
a { background-color: rgb(253,165,204); }
div.DivClassName
{
background-color: #FDA5CC;
}
.BgClassName
{
background-color: #FDA5CC;
}
</style>
border-color css
<style>
span { border-color: #FDA5CC; }
span { border-color: rgb(253,165,204); }
td.TdClassName
{
border-color: #FDA5CC;
}
.TagClassName
{
border-color: #FDA5CC;
}
</style>