Shades of Classic Rose #FBBDE1
Tints of Classic Rose #FBBDE1
RGB
CMYK
RGB Variations
Color information
#FBBDE1 (or 0xFBBDE1) is known color: Classic Rose. HEX triplet: FB, BD and E1. RGB value is (251,189,225). Sum of RGB (Red+Green+Blue) = 251+189+225=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 189 (74.22% from 255 or 28.42% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBDE1 is #04421E. Grayscale: #D3D3D3. Windows color (decimal): -279071 or 14794235. OLE color: 14794235.
HSL color Cylindrical-coordinate representation of color #FBBDE1: hue angle of 325.16º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FBBDE1 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 189 | 225 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.02 |
| HSL | 325.16º | 0.89% | 0.86% | - |
| HSV(B) | 325.16º | 0.25% | 0.98% | - |
| XYZ | 71.57 | 62.34 | 79.49 | - |
| YUV | 211.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 189 | 225 | 0 | 0.25 | 0.10 | 0.02 | 325.16 | 0.89 | 0.86 |
| Hex | FB | BD | E1 | 0 | 19 | A | 2 | 145 | 59 | 56 |
| Octal | 373 | 275 | 341 | 0 | 31 | 12 | 2 | 505 | 131 | 126 |
| Binary | 11111011 | 10111101 | 11100001 | 0 | 11001 | 1010 | 10 | 101000101 | 1011001 | 1010110 |
Color Harmonies of #FBBDE1
Complementary color
Monochromatic Colors of #FBBDE1
Black with #FBBDE1
Text Example
Text Example
White with #FBBDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBDE1; }
p { color: rgb(251,189,225); }
H1.HeaderClassName
{
color: #FBBDE1;
}
.AnyTagClassName
{
color: #FBBDE1;
}
</style>
background-color css
<style>
a { background-color: #FBBDE1; }
a { background-color: rgb(251,189,225); }
div.DivClassName
{
background-color: #FBBDE1;
}
.BgClassName
{
background-color: #FBBDE1;
}
</style>
border-color css
<style>
span { border-color: #FBBDE1; }
span { border-color: rgb(251,189,225); }
td.TdClassName
{
border-color: #FBBDE1;
}
.TagClassName
{
border-color: #FBBDE1;
}
</style>