Shades of Light Pink #FAB3C2
Tints of Light Pink #FAB3C2
RGB
CMYK
RGB Variations
Color information
#FAB3C2 (or 0xFAB3C2) is known color: Light Pink. HEX triplet: FA, B3 and C2. RGB value is (250,179,194). Sum of RGB (Red+Green+Blue) = 250+179+194=623 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.13% from 623); Green value is 179 (70.31% from 255 or 28.73% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB3C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAB3C2 is #054C3D. Grayscale: #C9C9C9. Windows color (decimal): -347198 or 12760058. OLE color: 12760058.
HSL color Cylindrical-coordinate representation of color #FAB3C2: hue angle of 347.32º 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 #FAB3C2 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 194 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.02 |
| HSL | 347.32º | 0.88% | 0.84% | - |
| HSV(B) | 347.32º | 0.28% | 0.98% | - |
| XYZ | 65.28 | 56.46 | 58.5 | - |
| YUV | 201.94 | 123.52 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 194 | 0 | 0.28 | 0.22 | 0.02 | 347.32 | 0.88 | 0.84 |
| Hex | FA | B3 | C2 | 0 | 1C | 16 | 2 | 15B | 58 | 54 |
| Octal | 372 | 263 | 302 | 0 | 34 | 26 | 2 | 533 | 130 | 124 |
| Binary | 11111010 | 10110011 | 11000010 | 0 | 11100 | 10110 | 10 | 101011011 | 1011000 | 1010100 |
Color Harmonies of #FAB3C2
Complementary color
Monochromatic Colors of #FAB3C2
Black with #FAB3C2
Text Example
Text Example
White with #FAB3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB3C2; }
p { color: rgb(250,179,194); }
H1.HeaderClassName
{
color: #FAB3C2;
}
.AnyTagClassName
{
color: #FAB3C2;
}
</style>
background-color css
<style>
a { background-color: #FAB3C2; }
a { background-color: rgb(250,179,194); }
div.DivClassName
{
background-color: #FAB3C2;
}
.BgClassName
{
background-color: #FAB3C2;
}
</style>
border-color css
<style>
span { border-color: #FAB3C2; }
span { border-color: rgb(250,179,194); }
td.TdClassName
{
border-color: #FAB3C2;
}
.TagClassName
{
border-color: #FAB3C2;
}
</style>