Shades of Cupid #F8B5CD
Tints of Cupid #F8B5CD
RGB
CMYK
RGB Variations
Color information
#F8B5CD (or 0xF8B5CD) is known color: Cupid. HEX triplet: F8, B5 and CD. RGB value is (248,181,205). Sum of RGB (Red+Green+Blue) = 248+181+205=634 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.12% from 634); Green value is 181 (71.09% from 255 or 28.55% from 634); Blue value is 205 (80.47% from 255 or 32.33% from 634); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B5CD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F8B5CD is #074A32. Grayscale: #CBCBCB. Windows color (decimal): -477747 or 13481464. OLE color: 13481464.
HSL color Cylindrical-coordinate representation of color #F8B5CD: hue angle of 338.51º degrees, saturation: 0.83, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #F8B5CD is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
RGB | 248 | 181 | 205 | - |
CMYK | 0 | 0.27 | 0.17 | 0.03 |
HSL | 338.51º | 0.83% | 0.84% | - |
HSV(B) | 338.51º | 0.27% | 0.97% | - |
XYZ | 66.25 | 57.41 | 65.35 | - |
YUV | 203.77 | 128.7 | 159.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 181 | 205 | 0 | 0.27 | 0.17 | 0.03 | 338.51 | 0.83 | 0.84 |
Hex | F8 | B5 | CD | 0 | 1B | 11 | 3 | 153 | 53 | 54 |
Octal | 370 | 265 | 315 | 0 | 33 | 21 | 3 | 523 | 123 | 124 |
Binary | 11111000 | 10110101 | 11001101 | 0 | 11011 | 10001 | 11 | 101010011 | 1010011 | 1010100 |
Color Harmonies of #F8B5CD
Complementary color
Monochromatic Colors of #F8B5CD
Black with #F8B5CD
Text Example
Text Example
White with #F8B5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B5CD; }
p { color: rgb(248,181,205); }
H1.HeaderClassName
{
color: #F8B5CD;
}
.AnyTagClassName
{
color: #F8B5CD;
}
</style>
background-color css
<style>
a { background-color: #F8B5CD; }
a { background-color: rgb(248,181,205); }
div.DivClassName
{
background-color: #F8B5CD;
}
.BgClassName
{
background-color: #F8B5CD;
}
</style>
border-color css
<style>
span { border-color: #F8B5CD; }
span { border-color: rgb(248,181,205); }
td.TdClassName
{
border-color: #F8B5CD;
}
.TagClassName
{
border-color: #F8B5CD;
}
</style>