Shades of Carnation Pink #FAA8CB
Tints of Carnation Pink #FAA8CB
RGB
CMYK
RGB Variations
Color information
#FAA8CB (or 0xFAA8CB) is known color: Carnation Pink. HEX triplet: FA, A8 and CB. RGB value is (250,168,203). Sum of RGB (Red+Green+Blue) = 250+168+203=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 168 (66.02% from 255 or 27.05% from 621); Blue value is 203 (79.69% from 255 or 32.69% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8CB is #055734. Grayscale: #C4C4C4. Windows color (decimal): -350005 or 13347066. OLE color: 13347066.
HSL color Cylindrical-coordinate representation of color #FAA8CB: hue angle of 334.39º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8CB is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 168 | 203 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.02 |
| HSL | 334.39º | 0.89% | 0.82% | - |
| HSV(B) | 334.39º | 0.33% | 0.98% | - |
| XYZ | 64.21 | 52.64 | 63.28 | - |
| YUV | 196.51 | 131.67 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 168 | 203 | 0 | 0.33 | 0.19 | 0.02 | 334.39 | 0.89 | 0.82 |
| Hex | FA | A8 | CB | 0 | 21 | 13 | 2 | 14E | 59 | 52 |
| Octal | 372 | 250 | 313 | 0 | 41 | 23 | 2 | 516 | 131 | 122 |
| Binary | 11111010 | 10101000 | 11001011 | 0 | 100001 | 10011 | 10 | 101001110 | 1011001 | 1010010 |
Color Harmonies of #FAA8CB
Complementary color
Monochromatic Colors of #FAA8CB
Black with #FAA8CB
Text Example
Text Example
White with #FAA8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA8CB; }
p { color: rgb(250,168,203); }
H1.HeaderClassName
{
color: #FAA8CB;
}
.AnyTagClassName
{
color: #FAA8CB;
}
</style>
background-color css
<style>
a { background-color: #FAA8CB; }
a { background-color: rgb(250,168,203); }
div.DivClassName
{
background-color: #FAA8CB;
}
.BgClassName
{
background-color: #FAA8CB;
}
</style>
border-color css
<style>
span { border-color: #FAA8CB; }
span { border-color: rgb(250,168,203); }
td.TdClassName
{
border-color: #FAA8CB;
}
.TagClassName
{
border-color: #FAA8CB;
}
</style>