Shades of Your Pink #FACBBE
Tints of Your Pink #FACBBE
RGB
CMYK
RGB Variations
Color information
#FACBBE (or 0xFACBBE) is known color: Your Pink. HEX triplet: FA, CB and BE. RGB value is (250,203,190). Sum of RGB (Red+Green+Blue) = 250+203+190=643 (85% of max value = 765). Red value is 250 (98.05% from 255 or 38.88% from 643); Green value is 203 (79.69% from 255 or 31.57% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 250 - color contains mainly: red. Hex color #FACBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FACBBE is #053441. Grayscale: #D7D7D7. Windows color (decimal): -341058 or 12504058. OLE color: 12504058.
HSL color Cylindrical-coordinate representation of color #FACBBE: hue angle of 13º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FACBBE is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 203 | 190 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.02 |
| HSL | 13º | 0.86% | 0.86% | - |
| HSV(B) | 13º | 0.24% | 0.98% | - |
| XYZ | 70.07 | 66.75 | 57.91 | - |
| YUV | 215.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 203 | 190 | 0 | 0.19 | 0.24 | 0.02 | 13 | 0.86 | 0.86 |
| Hex | FA | CB | BE | 0 | 13 | 18 | 2 | D | 56 | 56 |
| Octal | 372 | 313 | 276 | 0 | 23 | 30 | 2 | 15 | 126 | 126 |
| Binary | 11111010 | 11001011 | 10111110 | 0 | 10011 | 11000 | 10 | 1101 | 1010110 | 1010110 |
Color Harmonies of #FACBBE
Complementary color
Monochromatic Colors of #FACBBE
Black with #FACBBE
Text Example
Text Example
White with #FACBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FACBBE; }
p { color: rgb(250,203,190); }
H1.HeaderClassName
{
color: #FACBBE;
}
.AnyTagClassName
{
color: #FACBBE;
}
</style>
background-color css
<style>
a { background-color: #FACBBE; }
a { background-color: rgb(250,203,190); }
div.DivClassName
{
background-color: #FACBBE;
}
.BgClassName
{
background-color: #FACBBE;
}
</style>
border-color css
<style>
span { border-color: #FACBBE; }
span { border-color: rgb(250,203,190); }
td.TdClassName
{
border-color: #FACBBE;
}
.TagClassName
{
border-color: #FACBBE;
}
</style>