Shades of Carnation Pink #FAA0CB
Tints of Carnation Pink #FAA0CB
RGB
CMYK
RGB Variations
Color information
#FAA0CB (or 0xFAA0CB) is known color: Carnation Pink. HEX triplet: FA, A0 and CB. RGB value is (250,160,203). Sum of RGB (Red+Green+Blue) = 250+160+203=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA0CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA0CB is #055F34. Grayscale: #BFBFBF. Windows color (decimal): -352053 or 13345018. OLE color: 13345018.
HSL color Cylindrical-coordinate representation of color #FAA0CB: hue angle of 331.33º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #FAA0CB is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 203 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.02 |
| HSL | 331.33º | 0.9% | 0.8% | - |
| HSV(B) | 331.33º | 0.36% | 0.98% | - |
| XYZ | 62.77 | 49.78 | 62.8 | - |
| YUV | 191.81 | 134.32 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 203 | 0 | 0.36 | 0.19 | 0.02 | 331.33 | 0.9 | 0.8 |
| Hex | FA | A0 | CB | 0 | 24 | 13 | 2 | 14B | 5A | 50 |
| Octal | 372 | 240 | 313 | 0 | 44 | 23 | 2 | 513 | 132 | 120 |
| Binary | 11111010 | 10100000 | 11001011 | 0 | 100100 | 10011 | 10 | 101001011 | 1011010 | 1010000 |
Color Harmonies of #FAA0CB
Complementary color
Monochromatic Colors of #FAA0CB
Black with #FAA0CB
Text Example
Text Example
White with #FAA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA0CB; }
p { color: rgb(250,160,203); }
H1.HeaderClassName
{
color: #FAA0CB;
}
.AnyTagClassName
{
color: #FAA0CB;
}
</style>
background-color css
<style>
a { background-color: #FAA0CB; }
a { background-color: rgb(250,160,203); }
div.DivClassName
{
background-color: #FAA0CB;
}
.BgClassName
{
background-color: #FAA0CB;
}
</style>
border-color css
<style>
span { border-color: #FAA0CB; }
span { border-color: rgb(250,160,203); }
td.TdClassName
{
border-color: #FAA0CB;
}
.TagClassName
{
border-color: #FAA0CB;
}
</style>