Shades of Classic Rose #FBC3E0
Tints of Classic Rose #FBC3E0
RGB
CMYK
RGB Variations
Color information
#FBC3E0 (or 0xFBC3E0) is known color: Classic Rose. HEX triplet: FB, C3 and E0. RGB value is (251,195,224). Sum of RGB (Red+Green+Blue) = 251+195+224=670 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.46% from 670); Green value is 195 (76.56% from 255 or 29.10% from 670); Blue value is 224 (87.89% from 255 or 33.43% from 670); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3E0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3E0 is #043C1F. Grayscale: #D6D6D6. Windows color (decimal): -277536 or 14730235. OLE color: 14730235.
HSL color Cylindrical-coordinate representation of color #FBC3E0: hue angle of 328.93º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC3E0 is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 195 | 224 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.02 |
| HSL | 328.93º | 0.88% | 0.87% | - |
| HSV(B) | 328.93º | 0.22% | 0.98% | - |
| XYZ | 72.75 | 64.92 | 79.22 | - |
| YUV | 215.05 | 133.05 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 195 | 224 | 0 | 0.22 | 0.11 | 0.02 | 328.93 | 0.88 | 0.87 |
| Hex | FB | C3 | E0 | 0 | 16 | B | 2 | 149 | 58 | 57 |
| Octal | 373 | 303 | 340 | 0 | 26 | 13 | 2 | 511 | 130 | 127 |
| Binary | 11111011 | 11000011 | 11100000 | 0 | 10110 | 1011 | 10 | 101001001 | 1011000 | 1010111 |
Color Harmonies of #FBC3E0
Complementary color
Monochromatic Colors of #FBC3E0
Black with #FBC3E0
Text Example
Text Example
White with #FBC3E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC3E0; }
p { color: rgb(251,195,224); }
H1.HeaderClassName
{
color: #FBC3E0;
}
.AnyTagClassName
{
color: #FBC3E0;
}
</style>
background-color css
<style>
a { background-color: #FBC3E0; }
a { background-color: rgb(251,195,224); }
div.DivClassName
{
background-color: #FBC3E0;
}
.BgClassName
{
background-color: #FBC3E0;
}
</style>
border-color css
<style>
span { border-color: #FBC3E0; }
span { border-color: rgb(251,195,224); }
td.TdClassName
{
border-color: #FBC3E0;
}
.TagClassName
{
border-color: #FBC3E0;
}
</style>