Shades of Classic Rose #FBCDEC
Tints of Classic Rose #FBCDEC
RGB
CMYK
RGB Variations
Color information
#FBCDEC (or 0xFBCDEC) is known color: Classic Rose. HEX triplet: FB, CD and EC. RGB value is (251,205,236). Sum of RGB (Red+Green+Blue) = 251+205+236=692 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.27% from 692); Green value is 205 (80.47% from 255 or 29.62% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDEC is #043213. Grayscale: #DEDEDE. Windows color (decimal): -274964 or 15519227. OLE color: 15519227.
HSL color Cylindrical-coordinate representation of color #FBCDEC: hue angle of 319.57º 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 #FBCDEC is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
RGB | 251 | 205 | 236 | - |
CMYK | 0 | 0.18 | 0.06 | 0.02 |
HSL | 319.57º | 0.85% | 0.89% | - |
HSV(B) | 319.57º | 0.18% | 0.98% | - |
XYZ | 76.76 | 70.23 | 88.87 | - |
YUV | 222.29 | 135.74 | 148.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 251 | 205 | 236 | 0 | 0.18 | 0.06 | 0.02 | 319.57 | 0.85 | 0.89 |
Hex | FB | CD | EC | 0 | 12 | 6 | 2 | 140 | 55 | 59 |
Octal | 373 | 315 | 354 | 0 | 22 | 6 | 2 | 500 | 125 | 131 |
Binary | 11111011 | 11001101 | 11101100 | 0 | 10010 | 110 | 10 | 101000000 | 1010101 | 1011001 |
Color Harmonies of #FBCDEC
Complementary color
Monochromatic Colors of #FBCDEC
Black with #FBCDEC
Text Example
Text Example
White with #FBCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDEC; }
p { color: rgb(251,205,236); }
H1.HeaderClassName
{
color: #FBCDEC;
}
.AnyTagClassName
{
color: #FBCDEC;
}
</style>
background-color css
<style>
a { background-color: #FBCDEC; }
a { background-color: rgb(251,205,236); }
div.DivClassName
{
background-color: #FBCDEC;
}
.BgClassName
{
background-color: #FBCDEC;
}
</style>
border-color css
<style>
span { border-color: #FBCDEC; }
span { border-color: rgb(251,205,236); }
td.TdClassName
{
border-color: #FBCDEC;
}
.TagClassName
{
border-color: #FBCDEC;
}
</style>