Shades of Selago #FCDBFB
Tints of Selago #FCDBFB
RGB
CMYK
RGB Variations
Color information
#FCDBFB (or 0xFCDBFB) is known color: Selago. HEX triplet: FC, DB and FB. RGB value is (252,219,251). Sum of RGB (Red+Green+Blue) = 252+219+251=722 (95% of max value = 765). Red value is 252 (98.83% from 255 or 34.90% from 722); Green value is 219 (85.94% from 255 or 30.33% from 722); Blue value is 251 (98.44% from 255 or 34.76% from 722); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDBFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDBFB is #032404. Grayscale: #E8E8E8. Windows color (decimal): -205829 or 16505852. OLE color: 16505852.
HSL color Cylindrical-coordinate representation of color #FCDBFB: hue angle of 301.82º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FCDBFB is Cyan = 0, Magento = 0.13, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 219 | 251 | - |
| CMYK | 0 | 0.13 | 0.00 | 0.01 |
| HSL | 301.82º | 0.85% | 0.92% | - |
| HSV(B) | 301.82º | 0.13% | 0.99% | - |
| XYZ | 82.89 | 78.32 | 102.02 | - |
| YUV | 232.52 | 138.43 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 219 | 251 | 0 | 0.13 | 0.00 | 0.01 | 301.82 | 0.85 | 0.92 |
| Hex | FC | DB | FB | 0 | D | 0 | 1 | 12E | 55 | 5C |
| Octal | 374 | 333 | 373 | 0 | 15 | 0 | 1 | 456 | 125 | 134 |
| Binary | 11111100 | 11011011 | 11111011 | 0 | 1101 | 0 | 1 | 100101110 | 1010101 | 1011100 |
Color Harmonies of #FCDBFB
Complementary color
Monochromatic Colors of #FCDBFB
Black with #FCDBFB
Text Example
Text Example
White with #FCDBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDBFB; }
p { color: rgb(252,219,251); }
H1.HeaderClassName
{
color: #FCDBFB;
}
.AnyTagClassName
{
color: #FCDBFB;
}
</style>
background-color css
<style>
a { background-color: #FCDBFB; }
a { background-color: rgb(252,219,251); }
div.DivClassName
{
background-color: #FCDBFB;
}
.BgClassName
{
background-color: #FCDBFB;
}
</style>
border-color css
<style>
span { border-color: #FCDBFB; }
span { border-color: rgb(252,219,251); }
td.TdClassName
{
border-color: #FCDBFB;
}
.TagClassName
{
border-color: #FCDBFB;
}
</style>