Shades of Selago #FDDEFB
Tints of Selago #FDDEFB
RGB
CMYK
RGB Variations
Color information
#FDDEFB (or 0xFDDEFB) is known color: Selago. HEX triplet: FD, DE and FB. RGB value is (253,222,251). Sum of RGB (Red+Green+Blue) = 253+222+251=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 222 (87.11% from 255 or 30.58% from 726); Blue value is 251 (98.44% from 255 or 34.57% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDEFB is #022104. Grayscale: #EAEAEA. Windows color (decimal): -139525 or 16506621. OLE color: 16506621.
HSL color Cylindrical-coordinate representation of color #FDDEFB: hue angle of 303.87º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FDDEFB is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 222 | 251 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.01 |
| HSL | 303.87º | 0.89% | 0.93% | - |
| HSV(B) | 303.87º | 0.12% | 0.99% | - |
| XYZ | 84.04 | 80.09 | 102.3 | - |
| YUV | 234.58 | 137.27 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 222 | 251 | 0 | 0.12 | 0.01 | 0.01 | 303.87 | 0.89 | 0.93 |
| Hex | FD | DE | FB | 0 | C | 1 | 1 | 130 | 59 | 5D |
| Octal | 375 | 336 | 373 | 0 | 14 | 1 | 1 | 460 | 131 | 135 |
| Binary | 11111101 | 11011110 | 11111011 | 0 | 1100 | 1 | 1 | 100110000 | 1011001 | 1011101 |
Color Harmonies of #FDDEFB
Complementary color
Monochromatic Colors of #FDDEFB
Black with #FDDEFB
Text Example
Text Example
White with #FDDEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDEFB; }
p { color: rgb(253,222,251); }
H1.HeaderClassName
{
color: #FDDEFB;
}
.AnyTagClassName
{
color: #FDDEFB;
}
</style>
background-color css
<style>
a { background-color: #FDDEFB; }
a { background-color: rgb(253,222,251); }
div.DivClassName
{
background-color: #FDDEFB;
}
.BgClassName
{
background-color: #FDDEFB;
}
</style>
border-color css
<style>
span { border-color: #FDDEFB; }
span { border-color: rgb(253,222,251); }
td.TdClassName
{
border-color: #FDDEFB;
}
.TagClassName
{
border-color: #FDDEFB;
}
</style>