Shades of Classic Rose #FBCFE6
Tints of Classic Rose #FBCFE6
RGB
CMYK
RGB Variations
Color information
#FBCFE6 (or 0xFBCFE6) is known color: Classic Rose. HEX triplet: FB, CF and E6. RGB value is (251,207,230). Sum of RGB (Red+Green+Blue) = 251+207+230=688 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.48% from 688); Green value is 207 (81.25% from 255 or 30.09% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFE6 is #043019. Grayscale: #DEDEDE. Windows color (decimal): -274458 or 15126523. OLE color: 15126523.
HSL color Cylindrical-coordinate representation of color #FBCFE6: hue angle of 328.64º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCFE6 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 207 | 230 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.02 |
| HSL | 328.64º | 0.85% | 0.9% | - |
| HSV(B) | 328.64º | 0.18% | 0.98% | - |
| XYZ | 76.38 | 70.85 | 84.51 | - |
| YUV | 222.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 207 | 230 | 0 | 0.18 | 0.08 | 0.02 | 328.64 | 0.85 | 0.9 |
| Hex | FB | CF | E6 | 0 | 12 | 8 | 2 | 149 | 55 | 5A |
| Octal | 373 | 317 | 346 | 0 | 22 | 10 | 2 | 511 | 125 | 132 |
| Binary | 11111011 | 11001111 | 11100110 | 0 | 10010 | 1000 | 10 | 101001001 | 1010101 | 1011010 |
Color Harmonies of #FBCFE6
Complementary color
Monochromatic Colors of #FBCFE6
Black with #FBCFE6
Text Example
Text Example
White with #FBCFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCFE6; }
p { color: rgb(251,207,230); }
H1.HeaderClassName
{
color: #FBCFE6;
}
.AnyTagClassName
{
color: #FBCFE6;
}
</style>
background-color css
<style>
a { background-color: #FBCFE6; }
a { background-color: rgb(251,207,230); }
div.DivClassName
{
background-color: #FBCFE6;
}
.BgClassName
{
background-color: #FBCFE6;
}
</style>
border-color css
<style>
span { border-color: #FBCFE6; }
span { border-color: rgb(251,207,230); }
td.TdClassName
{
border-color: #FBCFE6;
}
.TagClassName
{
border-color: #FBCFE6;
}
</style>