Shades of Carnation Pink #FDACCA
Tints of Carnation Pink #FDACCA
RGB
CMYK
RGB Variations
Color information
#FDACCA (or 0xFDACCA) is known color: Carnation Pink. HEX triplet: FD, AC and CA. RGB value is (253,172,202). Sum of RGB (Red+Green+Blue) = 253+172+202=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 202 (79.30% from 255 or 32.22% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDACCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDACCA is #025335. Grayscale: #C7C7C7. Windows color (decimal): -152374 or 13282557. OLE color: 13282557.
HSL color Cylindrical-coordinate representation of color #FDACCA: hue angle of 337.78º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FDACCA is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 172 | 202 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.01 |
| HSL | 337.78º | 0.95% | 0.83% | - |
| HSV(B) | 337.78º | 0.32% | 0.99% | - |
| XYZ | 65.92 | 54.65 | 62.95 | - |
| YUV | 199.64 | 129.34 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 172 | 202 | 0 | 0.32 | 0.20 | 0.01 | 337.78 | 0.95 | 0.83 |
| Hex | FD | AC | CA | 0 | 20 | 14 | 1 | 152 | 5F | 53 |
| Octal | 375 | 254 | 312 | 0 | 40 | 24 | 1 | 522 | 137 | 123 |
| Binary | 11111101 | 10101100 | 11001010 | 0 | 100000 | 10100 | 1 | 101010010 | 1011111 | 1010011 |
Color Harmonies of #FDACCA
Complementary color
Monochromatic Colors of #FDACCA
Black with #FDACCA
Text Example
Text Example
White with #FDACCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDACCA; }
p { color: rgb(253,172,202); }
H1.HeaderClassName
{
color: #FDACCA;
}
.AnyTagClassName
{
color: #FDACCA;
}
</style>
background-color css
<style>
a { background-color: #FDACCA; }
a { background-color: rgb(253,172,202); }
div.DivClassName
{
background-color: #FDACCA;
}
.BgClassName
{
background-color: #FDACCA;
}
</style>
border-color css
<style>
span { border-color: #FDACCA; }
span { border-color: rgb(253,172,202); }
td.TdClassName
{
border-color: #FDACCA;
}
.TagClassName
{
border-color: #FDACCA;
}
</style>