Shades of Cupid #FBB6C7
Tints of Cupid #FBB6C7
RGB
CMYK
RGB Variations
Color information
#FBB6C7 (or 0xFBB6C7) is known color: Cupid. HEX triplet: FB, B6 and C7. RGB value is (251,182,199). Sum of RGB (Red+Green+Blue) = 251+182+199=632 (83% of max value = 765). Red value is 251 (98.44% from 255 or 39.72% from 632); Green value is 182 (71.48% from 255 or 28.80% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB6C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBB6C7 is #044938. Grayscale: #CCCCCC. Windows color (decimal): -280889 or 13088507. OLE color: 13088507.
HSL color Cylindrical-coordinate representation of color #FBB6C7: hue angle of 345.22º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FBB6C7 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 182 | 199 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.02 |
| HSL | 345.22º | 0.9% | 0.85% | - |
| HSV(B) | 345.22º | 0.27% | 0.98% | - |
| XYZ | 66.82 | 58.09 | 61.72 | - |
| YUV | 204.57 | 124.86 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 182 | 199 | 0 | 0.27 | 0.21 | 0.02 | 345.22 | 0.9 | 0.85 |
| Hex | FB | B6 | C7 | 0 | 1B | 15 | 2 | 159 | 5A | 55 |
| Octal | 373 | 266 | 307 | 0 | 33 | 25 | 2 | 531 | 132 | 125 |
| Binary | 11111011 | 10110110 | 11000111 | 0 | 11011 | 10101 | 10 | 101011001 | 1011010 | 1010101 |
Color Harmonies of #FBB6C7
Complementary color
Monochromatic Colors of #FBB6C7
Black with #FBB6C7
Text Example
Text Example
White with #FBB6C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBB6C7; }
p { color: rgb(251,182,199); }
H1.HeaderClassName
{
color: #FBB6C7;
}
.AnyTagClassName
{
color: #FBB6C7;
}
</style>
background-color css
<style>
a { background-color: #FBB6C7; }
a { background-color: rgb(251,182,199); }
div.DivClassName
{
background-color: #FBB6C7;
}
.BgClassName
{
background-color: #FBB6C7;
}
</style>
border-color css
<style>
span { border-color: #FBB6C7; }
span { border-color: rgb(251,182,199); }
td.TdClassName
{
border-color: #FBB6C7;
}
.TagClassName
{
border-color: #FBB6C7;
}
</style>