Shades of Light Pink #FAB1B5
Tints of Light Pink #FAB1B5
RGB
CMYK
RGB Variations
Color information
#FAB1B5 (or 0xFAB1B5) is known color: Light Pink. HEX triplet: FA, B1 and B5. RGB value is (250,177,181). Sum of RGB (Red+Green+Blue) = 250+177+181=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 177 (69.53% from 255 or 29.11% from 608); Blue value is 181 (71.09% from 255 or 29.77% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB1B5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAB1B5 is #054E4A. Grayscale: #C7C7C7. Windows color (decimal): -347723 or 11907578. OLE color: 11907578.
HSL color Cylindrical-coordinate representation of color #FAB1B5: hue angle of 356.71º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #FAB1B5 is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 177 | 181 | - |
CMYK | 0 | 0.29 | 0.28 | 0.02 |
HSL | 356.71º | 0.88% | 0.84% | - |
HSV(B) | 356.71º | 0.29% | 0.98% | - |
XYZ | 63.49 | 55.1 | 51.01 | - |
YUV | 199.28 | 117.68 | 164.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 177 | 181 | 0 | 0.29 | 0.28 | 0.02 | 356.71 | 0.88 | 0.84 |
Hex | FA | B1 | B5 | 0 | 1D | 1C | 2 | 165 | 58 | 54 |
Octal | 372 | 261 | 265 | 0 | 35 | 34 | 2 | 545 | 130 | 124 |
Binary | 11111010 | 10110001 | 10110101 | 0 | 11101 | 11100 | 10 | 101100101 | 1011000 | 1010100 |
Color Harmonies of #FAB1B5
Complementary color
Monochromatic Colors of #FAB1B5
Black with #FAB1B5
Text Example
Text Example
White with #FAB1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB1B5; }
p { color: rgb(250,177,181); }
H1.HeaderClassName
{
color: #FAB1B5;
}
.AnyTagClassName
{
color: #FAB1B5;
}
</style>
background-color css
<style>
a { background-color: #FAB1B5; }
a { background-color: rgb(250,177,181); }
div.DivClassName
{
background-color: #FAB1B5;
}
.BgClassName
{
background-color: #FAB1B5;
}
</style>
border-color css
<style>
span { border-color: #FAB1B5; }
span { border-color: rgb(250,177,181); }
td.TdClassName
{
border-color: #FAB1B5;
}
.TagClassName
{
border-color: #FAB1B5;
}
</style>