Shades of Classic Rose #FBCEF0
Tints of Classic Rose #FBCEF0
RGB
CMYK
RGB Variations
Color information
#FBCEF0 (or 0xFBCEF0) is known color: Classic Rose. HEX triplet: FB, CE and F0. RGB value is (251,206,240). Sum of RGB (Red+Green+Blue) = 251+206+240=697 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.01% from 697); Green value is 206 (80.86% from 255 or 29.56% from 697); Blue value is 240 (94.14% from 255 or 34.43% from 697); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCEF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCEF0 is #04310F. Grayscale: #DFDFDF. Windows color (decimal): -274704 or 15781627. OLE color: 15781627.
HSL color Cylindrical-coordinate representation of color #FBCEF0: hue angle of 314.67º 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 #FBCEF0 is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 206 | 240 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.02 |
| HSL | 314.67º | 0.85% | 0.9% | - |
| HSV(B) | 314.67º | 0.18% | 0.98% | - |
| XYZ | 77.58 | 70.94 | 92.04 | - |
| YUV | 223.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 206 | 240 | 0 | 0.18 | 0.04 | 0.02 | 314.67 | 0.85 | 0.9 |
| Hex | FB | CE | F0 | 0 | 12 | 4 | 2 | 13B | 55 | 5A |
| Octal | 373 | 316 | 360 | 0 | 22 | 4 | 2 | 473 | 125 | 132 |
| Binary | 11111011 | 11001110 | 11110000 | 0 | 10010 | 100 | 10 | 100111011 | 1010101 | 1011010 |
Color Harmonies of #FBCEF0
Complementary color
Monochromatic Colors of #FBCEF0
Black with #FBCEF0
Text Example
Text Example
White with #FBCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCEF0; }
p { color: rgb(251,206,240); }
H1.HeaderClassName
{
color: #FBCEF0;
}
.AnyTagClassName
{
color: #FBCEF0;
}
</style>
background-color css
<style>
a { background-color: #FBCEF0; }
a { background-color: rgb(251,206,240); }
div.DivClassName
{
background-color: #FBCEF0;
}
.BgClassName
{
background-color: #FBCEF0;
}
</style>
border-color css
<style>
span { border-color: #FBCEF0; }
span { border-color: rgb(251,206,240); }
td.TdClassName
{
border-color: #FBCEF0;
}
.TagClassName
{
border-color: #FBCEF0;
}
</style>