Shades of Classic Rose #FBC5E7
Tints of Classic Rose #FBC5E7
RGB
CMYK
RGB Variations
Color information
#FBC5E7 (or 0xFBC5E7) is known color: Classic Rose. HEX triplet: FB, C5 and E7. RGB value is (251,197,231). Sum of RGB (Red+Green+Blue) = 251+197+231=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 197 (77.34% from 255 or 29.01% from 679); Blue value is 231 (90.62% from 255 or 34.02% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5E7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC5E7 is #043A18. Grayscale: #D8D8D8. Windows color (decimal): -277017 or 15189499. OLE color: 15189499.
HSL color Cylindrical-coordinate representation of color #FBC5E7: hue angle of 322.22º 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 #FBC5E7 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 197 | 231 | - |
CMYK | 0 | 0.22 | 0.08 | 0.02 |
HSL | 322.22º | 0.87% | 0.88% | - |
HSV(B) | 322.22º | 0.22% | 0.98% | - |
XYZ | 74.17 | 66.21 | 84.47 | - |
YUV | 217.02 | 135.89 | 152.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 197 | 231 | 0 | 0.22 | 0.08 | 0.02 | 322.22 | 0.87 | 0.88 |
Hex | FB | C5 | E7 | 0 | 16 | 8 | 2 | 142 | 57 | 58 |
Octal | 373 | 305 | 347 | 0 | 26 | 10 | 2 | 502 | 127 | 130 |
Binary | 11111011 | 11000101 | 11100111 | 0 | 10110 | 1000 | 10 | 101000010 | 1010111 | 1011000 |
Color Harmonies of #FBC5E7
Complementary color
Monochromatic Colors of #FBC5E7
Black with #FBC5E7
Text Example
Text Example
White with #FBC5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5E7; }
p { color: rgb(251,197,231); }
H1.HeaderClassName
{
color: #FBC5E7;
}
.AnyTagClassName
{
color: #FBC5E7;
}
</style>
background-color css
<style>
a { background-color: #FBC5E7; }
a { background-color: rgb(251,197,231); }
div.DivClassName
{
background-color: #FBC5E7;
}
.BgClassName
{
background-color: #FBC5E7;
}
</style>
border-color css
<style>
span { border-color: #FBC5E7; }
span { border-color: rgb(251,197,231); }
td.TdClassName
{
border-color: #FBC5E7;
}
.TagClassName
{
border-color: #FBC5E7;
}
</style>