Shades of Classic Rose #FBCDDF
Tints of Classic Rose #FBCDDF
RGB
CMYK
RGB Variations
Color information
#FBCDDF (or 0xFBCDDF) is known color: Classic Rose. HEX triplet: FB, CD and DF. RGB value is (251,205,223). Sum of RGB (Red+Green+Blue) = 251+205+223=679 (89% of max value = 765). Red value is 251 (98.44% from 255 or 36.97% from 679); Green value is 205 (80.47% from 255 or 30.19% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDDF is #043220. Grayscale: #DCDCDC. Windows color (decimal): -274977 or 14667259. OLE color: 14667259.
HSL color Cylindrical-coordinate representation of color #FBCDDF: hue angle of 336.52º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCDDF is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 205 | 223 | - |
CMYK | 0 | 0.18 | 0.11 | 0.02 |
HSL | 336.52º | 0.85% | 0.89% | - |
HSV(B) | 336.52º | 0.18% | 0.98% | - |
XYZ | 74.93 | 69.5 | 79.28 | - |
YUV | 220.81 | 129.24 | 149.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 205 | 223 | 0 | 0.18 | 0.11 | 0.02 | 336.52 | 0.85 | 0.89 |
Hex | FB | CD | DF | 0 | 12 | B | 2 | 151 | 55 | 59 |
Octal | 373 | 315 | 337 | 0 | 22 | 13 | 2 | 521 | 125 | 131 |
Binary | 11111011 | 11001101 | 11011111 | 0 | 10010 | 1011 | 10 | 101010001 | 1010101 | 1011001 |
Color Harmonies of #FBCDDF
Complementary color
Monochromatic Colors of #FBCDDF
Black with #FBCDDF
Text Example
Text Example
White with #FBCDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDDF; }
p { color: rgb(251,205,223); }
H1.HeaderClassName
{
color: #FBCDDF;
}
.AnyTagClassName
{
color: #FBCDDF;
}
</style>
background-color css
<style>
a { background-color: #FBCDDF; }
a { background-color: rgb(251,205,223); }
div.DivClassName
{
background-color: #FBCDDF;
}
.BgClassName
{
background-color: #FBCDDF;
}
</style>
border-color css
<style>
span { border-color: #FBCDDF; }
span { border-color: rgb(251,205,223); }
td.TdClassName
{
border-color: #FBCDDF;
}
.TagClassName
{
border-color: #FBCDDF;
}
</style>