Shades of Your Pink #FAC3BD
Tints of Your Pink #FAC3BD
RGB
CMYK
RGB Variations
Color information
#FAC3BD (or 0xFAC3BD) is known color: Your Pink. HEX triplet: FA, C3 and BD. RGB value is (250,195,189). Sum of RGB (Red+Green+Blue) = 250+195+189=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC3BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC3BD is #053C42. Grayscale: #D2D2D2. Windows color (decimal): -343107 or 12436474. OLE color: 12436474.
HSL color Cylindrical-coordinate representation of color #FAC3BD: hue angle of 5.9º 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 #FAC3BD is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 189 | - |
| CMYK | 0 | 0.22 | 0.24 | 0.02 |
| HSL | 5.9º | 0.86% | 0.86% | - |
| HSV(B) | 5.9º | 0.24% | 0.98% | - |
| XYZ | 68.12 | 63.03 | 56.72 | - |
| YUV | 210.76 | 115.72 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 189 | 0 | 0.22 | 0.24 | 0.02 | 5.9 | 0.86 | 0.86 |
| Hex | FA | C3 | BD | 0 | 16 | 18 | 2 | 6 | 56 | 56 |
| Octal | 372 | 303 | 275 | 0 | 26 | 30 | 2 | 6 | 126 | 126 |
| Binary | 11111010 | 11000011 | 10111101 | 0 | 10110 | 11000 | 10 | 110 | 1010110 | 1010110 |
Color Harmonies of #FAC3BD
Complementary color
Monochromatic Colors of #FAC3BD
Black with #FAC3BD
Text Example
Text Example
White with #FAC3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC3BD; }
p { color: rgb(250,195,189); }
H1.HeaderClassName
{
color: #FAC3BD;
}
.AnyTagClassName
{
color: #FAC3BD;
}
</style>
background-color css
<style>
a { background-color: #FAC3BD; }
a { background-color: rgb(250,195,189); }
div.DivClassName
{
background-color: #FAC3BD;
}
.BgClassName
{
background-color: #FAC3BD;
}
</style>
border-color css
<style>
span { border-color: #FAC3BD; }
span { border-color: rgb(250,195,189); }
td.TdClassName
{
border-color: #FAC3BD;
}
.TagClassName
{
border-color: #FAC3BD;
}
</style>