Shades of Classic Rose #FBCDEA
Tints of Classic Rose #FBCDEA
RGB
CMYK
RGB Variations
Color information
#FBCDEA (or 0xFBCDEA) is known color: Classic Rose. HEX triplet: FB, CD and EA. RGB value is (251,205,234). Sum of RGB (Red+Green+Blue) = 251+205+234=690 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.38% from 690); Green value is 205 (80.47% from 255 or 29.71% from 690); Blue value is 234 (91.80% from 255 or 33.91% from 690); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDEA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDEA is #043215. Grayscale: #DDDDDD. Windows color (decimal): -274966 or 15388155. OLE color: 15388155.
HSL color Cylindrical-coordinate representation of color #FBCDEA: hue angle of 322.17º 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 #FBCDEA is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 234 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.02 |
| HSL | 322.17º | 0.85% | 0.89% | - |
| HSV(B) | 322.17º | 0.18% | 0.98% | - |
| XYZ | 76.47 | 70.11 | 87.34 | - |
| YUV | 222.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 234 | 0 | 0.18 | 0.07 | 0.02 | 322.17 | 0.85 | 0.89 |
| Hex | FB | CD | EA | 0 | 12 | 7 | 2 | 142 | 55 | 59 |
| Octal | 373 | 315 | 352 | 0 | 22 | 7 | 2 | 502 | 125 | 131 |
| Binary | 11111011 | 11001101 | 11101010 | 0 | 10010 | 111 | 10 | 101000010 | 1010101 | 1011001 |
Color Harmonies of #FBCDEA
Complementary color
Monochromatic Colors of #FBCDEA
Black with #FBCDEA
Text Example
Text Example
White with #FBCDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDEA; }
p { color: rgb(251,205,234); }
H1.HeaderClassName
{
color: #FBCDEA;
}
.AnyTagClassName
{
color: #FBCDEA;
}
</style>
background-color css
<style>
a { background-color: #FBCDEA; }
a { background-color: rgb(251,205,234); }
div.DivClassName
{
background-color: #FBCDEA;
}
.BgClassName
{
background-color: #FBCDEA;
}
</style>
border-color css
<style>
span { border-color: #FBCDEA; }
span { border-color: rgb(251,205,234); }
td.TdClassName
{
border-color: #FBCDEA;
}
.TagClassName
{
border-color: #FBCDEA;
}
</style>