Shades of Light Pink #FBAFB4
Tints of Light Pink #FBAFB4
RGB
CMYK
RGB Variations
Color information
#FBAFB4 (or 0xFBAFB4) is known color: Light Pink. HEX triplet: FB, AF and B4. RGB value is (251,175,180). Sum of RGB (Red+Green+Blue) = 251+175+180=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 175 (68.75% from 255 or 28.88% from 606); Blue value is 180 (70.70% from 255 or 29.70% from 606); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAFB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBAFB4 is #04504B. Grayscale: #C6C6C6. Windows color (decimal): -282700 or 11841531. OLE color: 11841531.
HSL color Cylindrical-coordinate representation of color #FBAFB4: hue angle of 356.05º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #FBAFB4 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 175 | 180 | - |
CMYK | 0 | 0.30 | 0.28 | 0.02 |
HSL | 356.05º | 0.9% | 0.84% | - |
HSV(B) | 356.05º | 0.3% | 0.98% | - |
XYZ | 63.35 | 54.46 | 50.35 | - |
YUV | 198.29 | 117.68 | 165.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 175 | 180 | 0 | 0.30 | 0.28 | 0.02 | 356.05 | 0.9 | 0.84 |
Hex | FB | AF | B4 | 0 | 1E | 1C | 2 | 164 | 5A | 54 |
Octal | 373 | 257 | 264 | 0 | 36 | 34 | 2 | 544 | 132 | 124 |
Binary | 11111011 | 10101111 | 10110100 | 0 | 11110 | 11100 | 10 | 101100100 | 1011010 | 1010100 |
Color Harmonies of #FBAFB4
Complementary color
Monochromatic Colors of #FBAFB4
Black with #FBAFB4
Text Example
Text Example
White with #FBAFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAFB4; }
p { color: rgb(251,175,180); }
H1.HeaderClassName
{
color: #FBAFB4;
}
.AnyTagClassName
{
color: #FBAFB4;
}
</style>
background-color css
<style>
a { background-color: #FBAFB4; }
a { background-color: rgb(251,175,180); }
div.DivClassName
{
background-color: #FBAFB4;
}
.BgClassName
{
background-color: #FBAFB4;
}
</style>
border-color css
<style>
span { border-color: #FBAFB4; }
span { border-color: rgb(251,175,180); }
td.TdClassName
{
border-color: #FBAFB4;
}
.TagClassName
{
border-color: #FBAFB4;
}
</style>