Shades of Classic Rose #FBCDE1
Tints of Classic Rose #FBCDE1
RGB
CMYK
RGB Variations
Color information
#FBCDE1 (or 0xFBCDE1) is known color: Classic Rose. HEX triplet: FB, CD and E1. RGB value is (251,205,225). Sum of RGB (Red+Green+Blue) = 251+205+225=681 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.86% from 681); Green value is 205 (80.47% from 255 or 30.10% from 681); Blue value is 225 (88.28% from 255 or 33.04% from 681); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDE1 is #04321E. Grayscale: #DDDDDD. Windows color (decimal): -274975 or 14798331. OLE color: 14798331.
HSL color Cylindrical-coordinate representation of color #FBCDE1: hue angle of 333.91º 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 #FBCDE1 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 225 | - |
| CMYK | 0 | 0.18 | 0.10 | 0.02 |
| HSL | 333.91º | 0.85% | 0.89% | - |
| HSV(B) | 333.91º | 0.18% | 0.98% | - |
| XYZ | 75.21 | 69.61 | 80.71 | - |
| YUV | 221.03 | 130.24 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 225 | 0 | 0.18 | 0.10 | 0.02 | 333.91 | 0.85 | 0.89 |
| Hex | FB | CD | E1 | 0 | 12 | A | 2 | 14E | 55 | 59 |
| Octal | 373 | 315 | 341 | 0 | 22 | 12 | 2 | 516 | 125 | 131 |
| Binary | 11111011 | 11001101 | 11100001 | 0 | 10010 | 1010 | 10 | 101001110 | 1010101 | 1011001 |
Color Harmonies of #FBCDE1
Complementary color
Monochromatic Colors of #FBCDE1
Black with #FBCDE1
Text Example
Text Example
White with #FBCDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDE1; }
p { color: rgb(251,205,225); }
H1.HeaderClassName
{
color: #FBCDE1;
}
.AnyTagClassName
{
color: #FBCDE1;
}
</style>
background-color css
<style>
a { background-color: #FBCDE1; }
a { background-color: rgb(251,205,225); }
div.DivClassName
{
background-color: #FBCDE1;
}
.BgClassName
{
background-color: #FBCDE1;
}
</style>
border-color css
<style>
span { border-color: #FBCDE1; }
span { border-color: rgb(251,205,225); }
td.TdClassName
{
border-color: #FBCDE1;
}
.TagClassName
{
border-color: #FBCDE1;
}
</style>