Shades of Classic Rose #FBC8F0
Tints of Classic Rose #FBC8F0
RGB
CMYK
RGB Variations
Color information
#FBC8F0 (or 0xFBC8F0) is known color: Classic Rose. HEX triplet: FB, C8 and F0. RGB value is (251,200,240). Sum of RGB (Red+Green+Blue) = 251+200+240=691 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.32% from 691); Green value is 200 (78.52% from 255 or 28.94% from 691); Blue value is 240 (94.14% from 255 or 34.73% from 691); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8F0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8F0 is #04370F. Grayscale: #DBDBDB. Windows color (decimal): -276240 or 15780091. OLE color: 15780091.
HSL color Cylindrical-coordinate representation of color #FBC8F0: hue angle of 312.94º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8F0 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 200 | 240 | - |
CMYK | 0 | 0.20 | 0.04 | 0.02 |
HSL | 312.94º | 0.86% | 0.88% | - |
HSV(B) | 312.94º | 0.2% | 0.98% | - |
XYZ | 76.17 | 68.11 | 91.57 | - |
YUV | 219.81 | 139.4 | 150.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 200 | 240 | 0 | 0.20 | 0.04 | 0.02 | 312.94 | 0.86 | 0.88 |
Hex | FB | C8 | F0 | 0 | 14 | 4 | 2 | 139 | 56 | 58 |
Octal | 373 | 310 | 360 | 0 | 24 | 4 | 2 | 471 | 126 | 130 |
Binary | 11111011 | 11001000 | 11110000 | 0 | 10100 | 100 | 10 | 100111001 | 1010110 | 1011000 |
Color Harmonies of #FBC8F0
Complementary color
Monochromatic Colors of #FBC8F0
Black with #FBC8F0
Text Example
Text Example
White with #FBC8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8F0; }
p { color: rgb(251,200,240); }
H1.HeaderClassName
{
color: #FBC8F0;
}
.AnyTagClassName
{
color: #FBC8F0;
}
</style>
background-color css
<style>
a { background-color: #FBC8F0; }
a { background-color: rgb(251,200,240); }
div.DivClassName
{
background-color: #FBC8F0;
}
.BgClassName
{
background-color: #FBC8F0;
}
</style>
border-color css
<style>
span { border-color: #FBC8F0; }
span { border-color: rgb(251,200,240); }
td.TdClassName
{
border-color: #FBC8F0;
}
.TagClassName
{
border-color: #FBC8F0;
}
</style>