Shades of Classic Rose #FBCDEF
Tints of Classic Rose #FBCDEF
RGB
CMYK
RGB Variations
Color information
#FBCDEF (or 0xFBCDEF) is known color: Classic Rose. HEX triplet: FB, CD and EF. RGB value is (251,205,239). Sum of RGB (Red+Green+Blue) = 251+205+239=695 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.12% from 695); Green value is 205 (80.47% from 255 or 29.50% from 695); Blue value is 239 (93.75% from 255 or 34.39% from 695); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDEF is #043210. Grayscale: #DEDEDE. Windows color (decimal): -274961 or 15715835. OLE color: 15715835.
HSL color Cylindrical-coordinate representation of color #FBCDEF: hue angle of 315.65º 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 #FBCDEF is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 205 | 239 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.02 |
| HSL | 315.65º | 0.85% | 0.89% | - |
| HSV(B) | 315.65º | 0.18% | 0.98% | - |
| XYZ | 77.19 | 70.4 | 91.18 | - |
| YUV | 222.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 205 | 239 | 0 | 0.18 | 0.05 | 0.02 | 315.65 | 0.85 | 0.89 |
| Hex | FB | CD | EF | 0 | 12 | 5 | 2 | 13C | 55 | 59 |
| Octal | 373 | 315 | 357 | 0 | 22 | 5 | 2 | 474 | 125 | 131 |
| Binary | 11111011 | 11001101 | 11101111 | 0 | 10010 | 101 | 10 | 100111100 | 1010101 | 1011001 |
Color Harmonies of #FBCDEF
Complementary color
Monochromatic Colors of #FBCDEF
Black with #FBCDEF
Text Example
Text Example
White with #FBCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCDEF; }
p { color: rgb(251,205,239); }
H1.HeaderClassName
{
color: #FBCDEF;
}
.AnyTagClassName
{
color: #FBCDEF;
}
</style>
background-color css
<style>
a { background-color: #FBCDEF; }
a { background-color: rgb(251,205,239); }
div.DivClassName
{
background-color: #FBCDEF;
}
.BgClassName
{
background-color: #FBCDEF;
}
</style>
border-color css
<style>
span { border-color: #FBCDEF; }
span { border-color: rgb(251,205,239); }
td.TdClassName
{
border-color: #FBCDEF;
}
.TagClassName
{
border-color: #FBCDEF;
}
</style>