Shades of Classic Rose #FBCCDF
Tints of Classic Rose #FBCCDF
RGB
CMYK
RGB Variations
Color information
#FBCCDF (or 0xFBCCDF) is known color: Classic Rose. HEX triplet: FB, CC and DF. RGB value is (251,204,223). Sum of RGB (Red+Green+Blue) = 251+204+223=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 204 (80.08% from 255 or 30.09% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCDF is #043320. Grayscale: #DCDCDC. Windows color (decimal): -275233 or 14667003. OLE color: 14667003.
HSL color Cylindrical-coordinate representation of color #FBCCDF: hue angle of 335.74º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCCDF is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 204 | 223 | - |
CMYK | 0 | 0.19 | 0.11 | 0.02 |
HSL | 335.74º | 0.85% | 0.89% | - |
HSV(B) | 335.74º | 0.19% | 0.98% | - |
XYZ | 74.7 | 69.02 | 79.2 | - |
YUV | 220.22 | 129.57 | 149.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 204 | 223 | 0 | 0.19 | 0.11 | 0.02 | 335.74 | 0.85 | 0.89 |
Hex | FB | CC | DF | 0 | 13 | B | 2 | 150 | 55 | 59 |
Octal | 373 | 314 | 337 | 0 | 23 | 13 | 2 | 520 | 125 | 131 |
Binary | 11111011 | 11001100 | 11011111 | 0 | 10011 | 1011 | 10 | 101010000 | 1010101 | 1011001 |
Color Harmonies of #FBCCDF
Complementary color
Monochromatic Colors of #FBCCDF
Black with #FBCCDF
Text Example
Text Example
White with #FBCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCCDF; }
p { color: rgb(251,204,223); }
H1.HeaderClassName
{
color: #FBCCDF;
}
.AnyTagClassName
{
color: #FBCCDF;
}
</style>
background-color css
<style>
a { background-color: #FBCCDF; }
a { background-color: rgb(251,204,223); }
div.DivClassName
{
background-color: #FBCCDF;
}
.BgClassName
{
background-color: #FBCCDF;
}
</style>
border-color css
<style>
span { border-color: #FBCCDF; }
span { border-color: rgb(251,204,223); }
td.TdClassName
{
border-color: #FBCCDF;
}
.TagClassName
{
border-color: #FBCCDF;
}
</style>