Shades of Light Pink #FBADB4
Tints of Light Pink #FBADB4
RGB
CMYK
RGB Variations
Color information
#FBADB4 (or 0xFBADB4) is known color: Light Pink. HEX triplet: FB, AD and B4. RGB value is (251,173,180). Sum of RGB (Red+Green+Blue) = 251+173+180=604 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.56% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 251 - color contains mainly: red. Hex color #FBADB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FBADB4 is #04524B. Grayscale: #C5C5C5. Windows color (decimal): -283212 or 11841019. OLE color: 11841019.
HSL color Cylindrical-coordinate representation of color #FBADB4: hue angle of 354.62º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #FBADB4 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 173 | 180 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.02 |
| HSL | 354.62º | 0.91% | 0.83% | - |
| HSV(B) | 354.62º | 0.31% | 0.98% | - |
| XYZ | 62.97 | 53.69 | 50.22 | - |
| YUV | 197.12 | 118.34 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 173 | 180 | 0 | 0.31 | 0.28 | 0.02 | 354.62 | 0.91 | 0.83 |
| Hex | FB | AD | B4 | 0 | 1F | 1C | 2 | 163 | 5B | 53 |
| Octal | 373 | 255 | 264 | 0 | 37 | 34 | 2 | 543 | 133 | 123 |
| Binary | 11111011 | 10101101 | 10110100 | 0 | 11111 | 11100 | 10 | 101100011 | 1011011 | 1010011 |
Color Harmonies of #FBADB4
Complementary color
Monochromatic Colors of #FBADB4
Black with #FBADB4
Text Example
Text Example
White with #FBADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBADB4; }
p { color: rgb(251,173,180); }
H1.HeaderClassName
{
color: #FBADB4;
}
.AnyTagClassName
{
color: #FBADB4;
}
</style>
background-color css
<style>
a { background-color: #FBADB4; }
a { background-color: rgb(251,173,180); }
div.DivClassName
{
background-color: #FBADB4;
}
.BgClassName
{
background-color: #FBADB4;
}
</style>
border-color css
<style>
span { border-color: #FBADB4; }
span { border-color: rgb(251,173,180); }
td.TdClassName
{
border-color: #FBADB4;
}
.TagClassName
{
border-color: #FBADB4;
}
</style>