Shades of Light Pink #FAB4C2
Tints of Light Pink #FAB4C2
RGB
CMYK
RGB Variations
Color information
#FAB4C2 (or 0xFAB4C2) is known color: Light Pink. HEX triplet: FA, B4 and C2. RGB value is (250,180,194). Sum of RGB (Red+Green+Blue) = 250+180+194=624 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.06% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 194 (76.17% from 255 or 31.09% from 624); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB4C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB4C2 is #054B3D. Grayscale: #CACACA. Windows color (decimal): -346942 or 12760314. OLE color: 12760314.
HSL color Cylindrical-coordinate representation of color #FAB4C2: hue angle of 348º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #FAB4C2 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 180 | 194 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.02 |
| HSL | 348º | 0.88% | 0.84% | - |
| HSV(B) | 348º | 0.28% | 0.98% | - |
| XYZ | 65.48 | 56.86 | 58.56 | - |
| YUV | 202.53 | 123.19 | 161.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 180 | 194 | 0 | 0.28 | 0.22 | 0.02 | 348 | 0.88 | 0.84 |
| Hex | FA | B4 | C2 | 0 | 1C | 16 | 2 | 15C | 58 | 54 |
| Octal | 372 | 264 | 302 | 0 | 34 | 26 | 2 | 534 | 130 | 124 |
| Binary | 11111010 | 10110100 | 11000010 | 0 | 11100 | 10110 | 10 | 101011100 | 1011000 | 1010100 |
Color Harmonies of #FAB4C2
Complementary color
Monochromatic Colors of #FAB4C2
Black with #FAB4C2
Text Example
Text Example
White with #FAB4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB4C2; }
p { color: rgb(250,180,194); }
H1.HeaderClassName
{
color: #FAB4C2;
}
.AnyTagClassName
{
color: #FAB4C2;
}
</style>
background-color css
<style>
a { background-color: #FAB4C2; }
a { background-color: rgb(250,180,194); }
div.DivClassName
{
background-color: #FAB4C2;
}
.BgClassName
{
background-color: #FAB4C2;
}
</style>
border-color css
<style>
span { border-color: #FAB4C2; }
span { border-color: rgb(250,180,194); }
td.TdClassName
{
border-color: #FAB4C2;
}
.TagClassName
{
border-color: #FAB4C2;
}
</style>