Shades of Classic Rose #FBC4E8
Tints of Classic Rose #FBC4E8
RGB
CMYK
RGB Variations
Color information
#FBC4E8 (or 0xFBC4E8) is known color: Classic Rose. HEX triplet: FB, C4 and E8. RGB value is (251,196,232). Sum of RGB (Red+Green+Blue) = 251+196+232=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 196 (76.95% from 255 or 28.87% from 679); Blue value is 232 (91.02% from 255 or 34.17% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC4E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC4E8 is #043B17. Grayscale: #D8D8D8. Windows color (decimal): -277272 or 15254779. OLE color: 15254779.
HSL color Cylindrical-coordinate representation of color #FBC4E8: hue angle of 320.73º 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 #FBC4E8 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 232 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.02 |
| HSL | 320.73º | 0.87% | 0.88% | - |
| HSV(B) | 320.73º | 0.22% | 0.98% | - |
| XYZ | 74.09 | 65.82 | 85.14 | - |
| YUV | 216.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 232 | 0 | 0.22 | 0.08 | 0.02 | 320.73 | 0.87 | 0.88 |
| Hex | FB | C4 | E8 | 0 | 16 | 8 | 2 | 141 | 57 | 58 |
| Octal | 373 | 304 | 350 | 0 | 26 | 10 | 2 | 501 | 127 | 130 |
| Binary | 11111011 | 11000100 | 11101000 | 0 | 10110 | 1000 | 10 | 101000001 | 1010111 | 1011000 |
Color Harmonies of #FBC4E8
Complementary color
Monochromatic Colors of #FBC4E8
Black with #FBC4E8
Text Example
Text Example
White with #FBC4E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC4E8; }
p { color: rgb(251,196,232); }
H1.HeaderClassName
{
color: #FBC4E8;
}
.AnyTagClassName
{
color: #FBC4E8;
}
</style>
background-color css
<style>
a { background-color: #FBC4E8; }
a { background-color: rgb(251,196,232); }
div.DivClassName
{
background-color: #FBC4E8;
}
.BgClassName
{
background-color: #FBC4E8;
}
</style>
border-color css
<style>
span { border-color: #FBC4E8; }
span { border-color: rgb(251,196,232); }
td.TdClassName
{
border-color: #FBC4E8;
}
.TagClassName
{
border-color: #FBC4E8;
}
</style>