Shades of Classic Rose #FBC4E6
Tints of Classic Rose #FBC4E6
RGB
CMYK
RGB Variations
Color information
#FBC4E6 (or 0xFBC4E6) is known color: Classic Rose. HEX triplet: FB, C4 and E6. RGB value is (251,196,230). Sum of RGB (Red+Green+Blue) = 251+196+230=677 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.08% from 677); Green value is 196 (76.95% from 255 or 28.95% from 677); Blue value is 230 (90.23% from 255 or 33.97% from 677); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4E6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC4E6 is #043B19. Grayscale: #D8D8D8. Windows color (decimal): -277274 or 15123707. OLE color: 15123707.
HSL color Cylindrical-coordinate representation of color #FBC4E6: hue angle of 322.91º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC4E6 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 230 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.02 |
| HSL | 322.91º | 0.87% | 0.88% | - |
| HSV(B) | 322.91º | 0.22% | 0.98% | - |
| XYZ | 73.81 | 65.7 | 83.65 | - |
| YUV | 216.32 | 135.72 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 230 | 0 | 0.22 | 0.08 | 0.02 | 322.91 | 0.87 | 0.88 |
| Hex | FB | C4 | E6 | 0 | 16 | 8 | 2 | 143 | 57 | 58 |
| Octal | 373 | 304 | 346 | 0 | 26 | 10 | 2 | 503 | 127 | 130 |
| Binary | 11111011 | 11000100 | 11100110 | 0 | 10110 | 1000 | 10 | 101000011 | 1010111 | 1011000 |
Color Harmonies of #FBC4E6
Complementary color
Monochromatic Colors of #FBC4E6
Black with #FBC4E6
Text Example
Text Example
White with #FBC4E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4E6; }
p { color: rgb(251,196,230); }
H1.HeaderClassName
{
color: #FBC4E6;
}
.AnyTagClassName
{
color: #FBC4E6;
}
</style>
background-color css
<style>
a { background-color: #FBC4E6; }
a { background-color: rgb(251,196,230); }
div.DivClassName
{
background-color: #FBC4E6;
}
.BgClassName
{
background-color: #FBC4E6;
}
</style>
border-color css
<style>
span { border-color: #FBC4E6; }
span { border-color: rgb(251,196,230); }
td.TdClassName
{
border-color: #FBC4E6;
}
.TagClassName
{
border-color: #FBC4E6;
}
</style>