Shades of Carnation Pink #FDA3CC
Tints of Carnation Pink #FDA3CC
RGB
CMYK
RGB Variations
Color information
#FDA3CC (or 0xFDA3CC) is known color: Carnation Pink. HEX triplet: FD, A3 and CC. RGB value is (253,163,204). Sum of RGB (Red+Green+Blue) = 253+163+204=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 163 (64.06% from 255 or 26.29% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA3CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA3CC is #025C33. Grayscale: #C2C2C2. Windows color (decimal): -154676 or 13411325. OLE color: 13411325.
HSL color Cylindrical-coordinate representation of color #FDA3CC: hue angle of 332.67º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FDA3CC is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 163 | 204 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.01 |
| HSL | 332.67º | 0.96% | 0.82% | - |
| HSV(B) | 332.67º | 0.36% | 0.99% | - |
| XYZ | 64.5 | 51.44 | 63.66 | - |
| YUV | 194.58 | 133.32 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 163 | 204 | 0 | 0.36 | 0.19 | 0.01 | 332.67 | 0.96 | 0.82 |
| Hex | FD | A3 | CC | 0 | 24 | 13 | 1 | 14D | 60 | 52 |
| Octal | 375 | 243 | 314 | 0 | 44 | 23 | 1 | 515 | 140 | 122 |
| Binary | 11111101 | 10100011 | 11001100 | 0 | 100100 | 10011 | 1 | 101001101 | 1100000 | 1010010 |
Color Harmonies of #FDA3CC
Complementary color
Monochromatic Colors of #FDA3CC
Black with #FDA3CC
Text Example
Text Example
White with #FDA3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA3CC; }
p { color: rgb(253,163,204); }
H1.HeaderClassName
{
color: #FDA3CC;
}
.AnyTagClassName
{
color: #FDA3CC;
}
</style>
background-color css
<style>
a { background-color: #FDA3CC; }
a { background-color: rgb(253,163,204); }
div.DivClassName
{
background-color: #FDA3CC;
}
.BgClassName
{
background-color: #FDA3CC;
}
</style>
border-color css
<style>
span { border-color: #FDA3CC; }
span { border-color: rgb(253,163,204); }
td.TdClassName
{
border-color: #FDA3CC;
}
.TagClassName
{
border-color: #FDA3CC;
}
</style>