Shades of Classic Rose #FBC1EA
Tints of Classic Rose #FBC1EA
RGB
CMYK
RGB Variations
Color information
#FBC1EA (or 0xFBC1EA) is known color: Classic Rose. HEX triplet: FB, C1 and EA. RGB value is (251,193,234). Sum of RGB (Red+Green+Blue) = 251+193+234=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 193 (75.78% from 255 or 28.47% from 678); Blue value is 234 (91.80% from 255 or 34.51% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC1EA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC1EA is #043E15. Grayscale: #D6D6D6. Windows color (decimal): -278038 or 15385083. OLE color: 15385083.
HSL color Cylindrical-coordinate representation of color #FBC1EA: hue angle of 317.59º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FBC1EA is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 234 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.02 |
| HSL | 317.59º | 0.88% | 0.87% | - |
| HSV(B) | 317.59º | 0.23% | 0.98% | - |
| XYZ | 73.7 | 64.59 | 86.42 | - |
| YUV | 215.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 234 | 0 | 0.23 | 0.07 | 0.02 | 317.59 | 0.88 | 0.87 |
| Hex | FB | C1 | EA | 0 | 17 | 7 | 2 | 13E | 58 | 57 |
| Octal | 373 | 301 | 352 | 0 | 27 | 7 | 2 | 476 | 130 | 127 |
| Binary | 11111011 | 11000001 | 11101010 | 0 | 10111 | 111 | 10 | 100111110 | 1011000 | 1010111 |
Color Harmonies of #FBC1EA
Complementary color
Monochromatic Colors of #FBC1EA
Black with #FBC1EA
Text Example
Text Example
White with #FBC1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC1EA; }
p { color: rgb(251,193,234); }
H1.HeaderClassName
{
color: #FBC1EA;
}
.AnyTagClassName
{
color: #FBC1EA;
}
</style>
background-color css
<style>
a { background-color: #FBC1EA; }
a { background-color: rgb(251,193,234); }
div.DivClassName
{
background-color: #FBC1EA;
}
.BgClassName
{
background-color: #FBC1EA;
}
</style>
border-color css
<style>
span { border-color: #FBC1EA; }
span { border-color: rgb(251,193,234); }
td.TdClassName
{
border-color: #FBC1EA;
}
.TagClassName
{
border-color: #FBC1EA;
}
</style>