Shades of Carnation Pink #FAAFCB
Tints of Carnation Pink #FAAFCB
RGB
CMYK
RGB Variations
Color information
#FAAFCB (or 0xFAAFCB) is known color: Carnation Pink. HEX triplet: FA, AF and CB. RGB value is (250,175,203). Sum of RGB (Red+Green+Blue) = 250+175+203=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAFCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAAFCB is #055034. Grayscale: #C8C8C8. Windows color (decimal): -348213 or 13348858. OLE color: 13348858.
HSL color Cylindrical-coordinate representation of color #FAAFCB: hue angle of 337.6º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FAAFCB is Cyan = 0, Magento = 0.3, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 175 | 203 | - |
| CMYK | 0 | 0.3 | 0.19 | 0.02 |
| HSL | 337.6º | 0.88% | 0.83% | - |
| HSV(B) | 337.6º | 0.3% | 0.98% | - |
| XYZ | 65.53 | 55.3 | 63.72 | - |
| YUV | 200.62 | 129.35 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 175 | 203 | 0 | 0.3 | 0.19 | 0.02 | 337.6 | 0.88 | 0.83 |
| Hex | FA | AF | CB | 0 | 1E | 13 | 2 | 152 | 58 | 53 |
| Octal | 372 | 257 | 313 | 0 | 36 | 23 | 2 | 522 | 130 | 123 |
| Binary | 11111010 | 10101111 | 11001011 | 0 | 11110 | 10011 | 10 | 101010010 | 1011000 | 1010011 |
Color Harmonies of #FAAFCB
Complementary color
Monochromatic Colors of #FAAFCB
Black with #FAAFCB
Text Example
Text Example
White with #FAAFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAAFCB; }
p { color: rgb(250,175,203); }
H1.HeaderClassName
{
color: #FAAFCB;
}
.AnyTagClassName
{
color: #FAAFCB;
}
</style>
background-color css
<style>
a { background-color: #FAAFCB; }
a { background-color: rgb(250,175,203); }
div.DivClassName
{
background-color: #FAAFCB;
}
.BgClassName
{
background-color: #FAAFCB;
}
</style>
border-color css
<style>
span { border-color: #FAAFCB; }
span { border-color: rgb(250,175,203); }
td.TdClassName
{
border-color: #FAAFCB;
}
.TagClassName
{
border-color: #FAAFCB;
}
</style>