Shades of Classic Rose #FBC2DE
Tints of Classic Rose #FBC2DE
RGB
CMYK
RGB Variations
Color information
#FBC2DE (or 0xFBC2DE) is known color: Classic Rose. HEX triplet: FB, C2 and DE. RGB value is (251,194,222). Sum of RGB (Red+Green+Blue) = 251+194+222=667 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.63% from 667); Green value is 194 (76.17% from 255 or 29.09% from 667); Blue value is 222 (87.11% from 255 or 33.28% from 667); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC2DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC2DE is #043D21. Grayscale: #D6D6D6. Windows color (decimal): -277794 or 14598907. OLE color: 14598907.
HSL color Cylindrical-coordinate representation of color #FBC2DE: hue angle of 330.53º 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 #FBC2DE is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 222 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.02 |
| HSL | 330.53º | 0.88% | 0.87% | - |
| HSV(B) | 330.53º | 0.23% | 0.98% | - |
| XYZ | 72.26 | 64.37 | 77.72 | - |
| YUV | 214.24 | 132.38 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 222 | 0 | 0.23 | 0.12 | 0.02 | 330.53 | 0.88 | 0.87 |
| Hex | FB | C2 | DE | 0 | 17 | C | 2 | 14B | 58 | 57 |
| Octal | 373 | 302 | 336 | 0 | 27 | 14 | 2 | 513 | 130 | 127 |
| Binary | 11111011 | 11000010 | 11011110 | 0 | 10111 | 1100 | 10 | 101001011 | 1011000 | 1010111 |
Color Harmonies of #FBC2DE
Complementary color
Monochromatic Colors of #FBC2DE
Black with #FBC2DE
Text Example
Text Example
White with #FBC2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC2DE; }
p { color: rgb(251,194,222); }
H1.HeaderClassName
{
color: #FBC2DE;
}
.AnyTagClassName
{
color: #FBC2DE;
}
</style>
background-color css
<style>
a { background-color: #FBC2DE; }
a { background-color: rgb(251,194,222); }
div.DivClassName
{
background-color: #FBC2DE;
}
.BgClassName
{
background-color: #FBC2DE;
}
</style>
border-color css
<style>
span { border-color: #FBC2DE; }
span { border-color: rgb(251,194,222); }
td.TdClassName
{
border-color: #FBC2DE;
}
.TagClassName
{
border-color: #FBC2DE;
}
</style>