Shades of Carnation Pink #FDA9C2
Tints of Carnation Pink #FDA9C2
RGB
CMYK
RGB Variations
Color information
#FDA9C2 (or 0xFDA9C2) is known color: Carnation Pink. HEX triplet: FD, A9 and C2. RGB value is (253,169,194). Sum of RGB (Red+Green+Blue) = 253+169+194=616 (81% of max value = 765). Red value is 253 (99.22% from 255 or 41.07% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 194 (76.17% from 255 or 31.49% from 616); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA9C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FDA9C2 is #02563D. Grayscale: #C4C4C4. Windows color (decimal): -153150 or 12757501. OLE color: 12757501.
HSL color Cylindrical-coordinate representation of color #FDA9C2: hue angle of 342.14º 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 #FDA9C2 is Cyan = 0, Magento = 0.33, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 169 | 194 | - |
CMYK | 0 | 0.33 | 0.23 | 0.01 |
HSL | 342.14º | 0.95% | 0.83% | - |
HSV(B) | 342.14º | 0.33% | 0.99% | - |
XYZ | 64.43 | 53.15 | 57.9 | - |
YUV | 196.97 | 126.33 | 167.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 169 | 194 | 0 | 0.33 | 0.23 | 0.01 | 342.14 | 0.95 | 0.83 |
Hex | FD | A9 | C2 | 0 | 21 | 17 | 1 | 156 | 5F | 53 |
Octal | 375 | 251 | 302 | 0 | 41 | 27 | 1 | 526 | 137 | 123 |
Binary | 11111101 | 10101001 | 11000010 | 0 | 100001 | 10111 | 1 | 101010110 | 1011111 | 1010011 |
Color Harmonies of #FDA9C2
Complementary color
Monochromatic Colors of #FDA9C2
Black with #FDA9C2
Text Example
Text Example
White with #FDA9C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDA9C2; }
p { color: rgb(253,169,194); }
H1.HeaderClassName
{
color: #FDA9C2;
}
.AnyTagClassName
{
color: #FDA9C2;
}
</style>
background-color css
<style>
a { background-color: #FDA9C2; }
a { background-color: rgb(253,169,194); }
div.DivClassName
{
background-color: #FDA9C2;
}
.BgClassName
{
background-color: #FDA9C2;
}
</style>
border-color css
<style>
span { border-color: #FDA9C2; }
span { border-color: rgb(253,169,194); }
td.TdClassName
{
border-color: #FDA9C2;
}
.TagClassName
{
border-color: #FDA9C2;
}
</style>