Shades of Carnation Pink #FDAACC
Tints of Carnation Pink #FDAACC
RGB
CMYK
RGB Variations
Color information
#FDAACC (or 0xFDAACC) is known color: Carnation Pink. HEX triplet: FD, AA and CC. RGB value is (253,170,204). Sum of RGB (Red+Green+Blue) = 253+170+204=627 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.35% from 627); Green value is 170 (66.80% from 255 or 27.11% from 627); Blue value is 204 (80.08% from 255 or 32.54% from 627); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAACC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDAACC is #025533. Grayscale: #C6C6C6. Windows color (decimal): -152884 or 13413117. OLE color: 13413117.
HSL color Cylindrical-coordinate representation of color #FDAACC: hue angle of 335.42º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FDAACC is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 170 | 204 | - |
CMYK | 0 | 0.33 | 0.19 | 0.01 |
HSL | 335.42º | 0.95% | 0.83% | - |
HSV(B) | 335.42º | 0.33% | 0.99% | - |
XYZ | 65.78 | 53.99 | 64.08 | - |
YUV | 198.69 | 131 | 166.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 170 | 204 | 0 | 0.33 | 0.19 | 0.01 | 335.42 | 0.95 | 0.83 |
Hex | FD | AA | CC | 0 | 21 | 13 | 1 | 14F | 5F | 53 |
Octal | 375 | 252 | 314 | 0 | 41 | 23 | 1 | 517 | 137 | 123 |
Binary | 11111101 | 10101010 | 11001100 | 0 | 100001 | 10011 | 1 | 101001111 | 1011111 | 1010011 |
Color Harmonies of #FDAACC
Complementary color
Monochromatic Colors of #FDAACC
Black with #FDAACC
Text Example
Text Example
White with #FDAACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDAACC; }
p { color: rgb(253,170,204); }
H1.HeaderClassName
{
color: #FDAACC;
}
.AnyTagClassName
{
color: #FDAACC;
}
</style>
background-color css
<style>
a { background-color: #FDAACC; }
a { background-color: rgb(253,170,204); }
div.DivClassName
{
background-color: #FDAACC;
}
.BgClassName
{
background-color: #FDAACC;
}
</style>
border-color css
<style>
span { border-color: #FDAACC; }
span { border-color: rgb(253,170,204); }
td.TdClassName
{
border-color: #FDAACC;
}
.TagClassName
{
border-color: #FDAACC;
}
</style>