Shades of Selago #FDDCFB
Tints of Selago #FDDCFB
RGB
CMYK
RGB Variations
Color information
#FDDCFB (or 0xFDDCFB) is known color: Selago. HEX triplet: FD, DC and FB. RGB value is (253,220,251). Sum of RGB (Red+Green+Blue) = 253+220+251=724 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.94% from 724); Green value is 220 (86.33% from 255 or 30.39% from 724); Blue value is 251 (98.44% from 255 or 34.67% from 724); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCFB is #022304. Grayscale: #E9E9E9. Windows color (decimal): -140037 or 16506109. OLE color: 16506109.
HSL color Cylindrical-coordinate representation of color #FDDCFB: hue angle of 303.64º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FDDCFB is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 251 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.01 |
| HSL | 303.64º | 0.89% | 0.93% | - |
| HSV(B) | 303.64º | 0.13% | 0.99% | - |
| XYZ | 83.51 | 79.03 | 102.12 | - |
| YUV | 233.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 251 | 0 | 0.13 | 0.01 | 0.01 | 303.64 | 0.89 | 0.93 |
| Hex | FD | DC | FB | 0 | D | 1 | 1 | 130 | 59 | 5D |
| Octal | 375 | 334 | 373 | 0 | 15 | 1 | 1 | 460 | 131 | 135 |
| Binary | 11111101 | 11011100 | 11111011 | 0 | 1101 | 1 | 1 | 100110000 | 1011001 | 1011101 |
Color Harmonies of #FDDCFB
Complementary color
Monochromatic Colors of #FDDCFB
Black with #FDDCFB
Text Example
Text Example
White with #FDDCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCFB; }
p { color: rgb(253,220,251); }
H1.HeaderClassName
{
color: #FDDCFB;
}
.AnyTagClassName
{
color: #FDDCFB;
}
</style>
background-color css
<style>
a { background-color: #FDDCFB; }
a { background-color: rgb(253,220,251); }
div.DivClassName
{
background-color: #FDDCFB;
}
.BgClassName
{
background-color: #FDDCFB;
}
</style>
border-color css
<style>
span { border-color: #FDDCFB; }
span { border-color: rgb(253,220,251); }
td.TdClassName
{
border-color: #FDDCFB;
}
.TagClassName
{
border-color: #FDDCFB;
}
</style>