Shades of Selago #FDECFB
Tints of Selago #FDECFB
RGB
CMYK
RGB Variations
Color information
#FDECFB (or 0xFDECFB) is known color: Selago. HEX triplet: FD, EC and FB. RGB value is (253,236,251). Sum of RGB (Red+Green+Blue) = 253+236+251=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 236 (92.58% from 255 or 31.89% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 253 - color contains mainly: red. Hex color #FDECFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDECFB is #021304. Grayscale: #F2F2F2. Windows color (decimal): -135941 or 16510205. OLE color: 16510205.
HSL color Cylindrical-coordinate representation of color #FDECFB: hue angle of 307.06º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FDECFB is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 251 | - |
| CMYK | 0 | 0.07 | 0.01 | 0.01 |
| HSL | 307.06º | 0.81% | 0.96% | - |
| HSV(B) | 307.06º | 0.07% | 0.99% | - |
| XYZ | 87.92 | 87.84 | 103.59 | - |
| YUV | 242.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 251 | 0 | 0.07 | 0.01 | 0.01 | 307.06 | 0.81 | 0.96 |
| Hex | FD | EC | FB | 0 | 7 | 1 | 1 | 133 | 51 | 60 |
| Octal | 375 | 354 | 373 | 0 | 7 | 1 | 1 | 463 | 121 | 140 |
| Binary | 11111101 | 11101100 | 11111011 | 0 | 111 | 1 | 1 | 100110011 | 1010001 | 1100000 |
Color Harmonies of #FDECFB
Complementary color
Monochromatic Colors of #FDECFB
Black with #FDECFB
Text Example
Text Example
White with #FDECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDECFB; }
p { color: rgb(253,236,251); }
H1.HeaderClassName
{
color: #FDECFB;
}
.AnyTagClassName
{
color: #FDECFB;
}
</style>
background-color css
<style>
a { background-color: #FDECFB; }
a { background-color: rgb(253,236,251); }
div.DivClassName
{
background-color: #FDECFB;
}
.BgClassName
{
background-color: #FDECFB;
}
</style>
border-color css
<style>
span { border-color: #FDECFB; }
span { border-color: rgb(253,236,251); }
td.TdClassName
{
border-color: #FDECFB;
}
.TagClassName
{
border-color: #FDECFB;
}
</style>