Shades of Classic Rose #FBC3DB
Tints of Classic Rose #FBC3DB
RGB
CMYK
RGB Variations
Color information
#FBC3DB (or 0xFBC3DB) is known color: Classic Rose. HEX triplet: FB, C3 and DB. RGB value is (251,195,219). Sum of RGB (Red+Green+Blue) = 251+195+219=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 195 (76.56% from 255 or 29.32% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC3DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC3DB is #043C24. Grayscale: #D6D6D6. Windows color (decimal): -277541 or 14402555. OLE color: 14402555.
HSL color Cylindrical-coordinate representation of color #FBC3DB: hue angle of 334.29º 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 #FBC3DB is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 195 | 219 | - |
CMYK | 0 | 0.22 | 0.13 | 0.02 |
HSL | 334.29º | 0.88% | 0.87% | - |
HSV(B) | 334.29º | 0.22% | 0.98% | - |
XYZ | 72.08 | 64.65 | 75.7 | - |
YUV | 214.48 | 130.55 | 154.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 195 | 219 | 0 | 0.22 | 0.13 | 0.02 | 334.29 | 0.88 | 0.87 |
Hex | FB | C3 | DB | 0 | 16 | D | 2 | 14E | 58 | 57 |
Octal | 373 | 303 | 333 | 0 | 26 | 15 | 2 | 516 | 130 | 127 |
Binary | 11111011 | 11000011 | 11011011 | 0 | 10110 | 1101 | 10 | 101001110 | 1011000 | 1010111 |
Color Harmonies of #FBC3DB
Complementary color
Monochromatic Colors of #FBC3DB
Black with #FBC3DB
Text Example
Text Example
White with #FBC3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC3DB; }
p { color: rgb(251,195,219); }
H1.HeaderClassName
{
color: #FBC3DB;
}
.AnyTagClassName
{
color: #FBC3DB;
}
</style>
background-color css
<style>
a { background-color: #FBC3DB; }
a { background-color: rgb(251,195,219); }
div.DivClassName
{
background-color: #FBC3DB;
}
.BgClassName
{
background-color: #FBC3DB;
}
</style>
border-color css
<style>
span { border-color: #FBC3DB; }
span { border-color: rgb(251,195,219); }
td.TdClassName
{
border-color: #FBC3DB;
}
.TagClassName
{
border-color: #FBC3DB;
}
</style>