Shades of Carnation Pink #FAA2CB
Tints of Carnation Pink #FAA2CB
RGB
CMYK
RGB Variations
Color information
#FAA2CB (or 0xFAA2CB) is known color: Carnation Pink. HEX triplet: FA, A2 and CB. RGB value is (250,162,203). Sum of RGB (Red+Green+Blue) = 250+162+203=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 162 (63.67% from 255 or 26.34% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA2CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA2CB is #055D34. Grayscale: #C0C0C0. Windows color (decimal): -351541 or 13345530. OLE color: 13345530.
HSL color Cylindrical-coordinate representation of color #FAA2CB: hue angle of 332.05º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #FAA2CB is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 162 | 203 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.02 |
| HSL | 332.05º | 0.9% | 0.81% | - |
| HSV(B) | 332.05º | 0.35% | 0.98% | - |
| XYZ | 63.12 | 50.48 | 62.92 | - |
| YUV | 192.99 | 133.65 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 162 | 203 | 0 | 0.35 | 0.19 | 0.02 | 332.05 | 0.9 | 0.81 |
| Hex | FA | A2 | CB | 0 | 23 | 13 | 2 | 14C | 5A | 51 |
| Octal | 372 | 242 | 313 | 0 | 43 | 23 | 2 | 514 | 132 | 121 |
| Binary | 11111010 | 10100010 | 11001011 | 0 | 100011 | 10011 | 10 | 101001100 | 1011010 | 1010001 |
Color Harmonies of #FAA2CB
Complementary color
Monochromatic Colors of #FAA2CB
Black with #FAA2CB
Text Example
Text Example
White with #FAA2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA2CB; }
p { color: rgb(250,162,203); }
H1.HeaderClassName
{
color: #FAA2CB;
}
.AnyTagClassName
{
color: #FAA2CB;
}
</style>
background-color css
<style>
a { background-color: #FAA2CB; }
a { background-color: rgb(250,162,203); }
div.DivClassName
{
background-color: #FAA2CB;
}
.BgClassName
{
background-color: #FAA2CB;
}
</style>
border-color css
<style>
span { border-color: #FAA2CB; }
span { border-color: rgb(250,162,203); }
td.TdClassName
{
border-color: #FAA2CB;
}
.TagClassName
{
border-color: #FAA2CB;
}
</style>