Shades of Selago #FCEDFB
Tints of Selago #FCEDFB
RGB
CMYK
RGB Variations
Color information
#FCEDFB (or 0xFCEDFB) is known color: Selago. HEX triplet: FC, ED and FB. RGB value is (252,237,251). Sum of RGB (Red+Green+Blue) = 252+237+251=740 (98% of max value = 765). Red value is 252 (98.83% from 255 or 34.05% from 740); Green value is 237 (92.97% from 255 or 32.03% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCEDFB is #031204. Grayscale: #F3F3F3. Windows color (decimal): -201221 or 16510460. OLE color: 16510460.
HSL color Cylindrical-coordinate representation of color #FCEDFB: hue angle of 304º degrees, saturation: 0.71, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCEDFB is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 251 | - |
| CMYK | 0 | 0.06 | 0.00 | 0.01 |
| HSL | 304º | 0.71% | 0.96% | - |
| HSV(B) | 304º | 0.06% | 0.99% | - |
| XYZ | 87.84 | 88.23 | 103.67 | - |
| YUV | 243.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 251 | 0 | 0.06 | 0.00 | 0.01 | 304 | 0.71 | 0.96 |
| Hex | FC | ED | FB | 0 | 6 | 0 | 1 | 130 | 47 | 60 |
| Octal | 374 | 355 | 373 | 0 | 6 | 0 | 1 | 460 | 107 | 140 |
| Binary | 11111100 | 11101101 | 11111011 | 0 | 110 | 0 | 1 | 100110000 | 1000111 | 1100000 |
Color Harmonies of #FCEDFB
Complementary color
Monochromatic Colors of #FCEDFB
Black with #FCEDFB
Text Example
Text Example
White with #FCEDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEDFB; }
p { color: rgb(252,237,251); }
H1.HeaderClassName
{
color: #FCEDFB;
}
.AnyTagClassName
{
color: #FCEDFB;
}
</style>
background-color css
<style>
a { background-color: #FCEDFB; }
a { background-color: rgb(252,237,251); }
div.DivClassName
{
background-color: #FCEDFB;
}
.BgClassName
{
background-color: #FCEDFB;
}
</style>
border-color css
<style>
span { border-color: #FCEDFB; }
span { border-color: rgb(252,237,251); }
td.TdClassName
{
border-color: #FCEDFB;
}
.TagClassName
{
border-color: #FCEDFB;
}
</style>