Shades of Classic Rose #FBCFE5
Tints of Classic Rose #FBCFE5
RGB
CMYK
RGB Variations
Color information
#FBCFE5 (or 0xFBCFE5) is known color: Classic Rose. HEX triplet: FB, CF and E5. RGB value is (251,207,229). Sum of RGB (Red+Green+Blue) = 251+207+229=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 207 (81.25% from 255 or 30.13% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCFE5 is #04301A. Grayscale: #DEDEDE. Windows color (decimal): -274459 or 15060987. OLE color: 15060987.
HSL color Cylindrical-coordinate representation of color #FBCFE5: hue angle of 330º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCFE5 is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 229 | - |
| CMYK | 0 | 0.18 | 0.09 | 0.02 |
| HSL | 330º | 0.85% | 0.9% | - |
| HSV(B) | 330º | 0.18% | 0.98% | - |
| XYZ | 76.24 | 70.79 | 83.77 | - |
| YUV | 222.66 | 131.58 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 229 | 0 | 0.18 | 0.09 | 0.02 | 330 | 0.85 | 0.9 |
| Hex | FB | CF | E5 | 0 | 12 | 9 | 2 | 14A | 55 | 5A |
| Octal | 373 | 317 | 345 | 0 | 22 | 11 | 2 | 512 | 125 | 132 |
| Binary | 11111011 | 11001111 | 11100101 | 0 | 10010 | 1001 | 10 | 101001010 | 1010101 | 1011010 |
Color Harmonies of #FBCFE5
Complementary color
Monochromatic Colors of #FBCFE5
Black with #FBCFE5
Text Example
Text Example
White with #FBCFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFE5; }
p { color: rgb(251,207,229); }
H1.HeaderClassName
{
color: #FBCFE5;
}
.AnyTagClassName
{
color: #FBCFE5;
}
</style>
background-color css
<style>
a { background-color: #FBCFE5; }
a { background-color: rgb(251,207,229); }
div.DivClassName
{
background-color: #FBCFE5;
}
.BgClassName
{
background-color: #FBCFE5;
}
</style>
border-color css
<style>
span { border-color: #FBCFE5; }
span { border-color: rgb(251,207,229); }
td.TdClassName
{
border-color: #FBCFE5;
}
.TagClassName
{
border-color: #FBCFE5;
}
</style>