Shades of Selago #FDDCFA
Tints of Selago #FDDCFA
RGB
CMYK
RGB Variations
Color information
#FDDCFA (or 0xFDDCFA) is known color: Selago. HEX triplet: FD, DC and FA. RGB value is (253,220,250). Sum of RGB (Red+Green+Blue) = 253+220+250=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 220 (86.33% from 255 or 30.43% from 723); Blue value is 250 (98.05% from 255 or 34.58% from 723); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDCFA is #022305. Grayscale: #E9E9E9. Windows color (decimal): -140038 or 16440573. OLE color: 16440573.
HSL color Cylindrical-coordinate representation of color #FDDCFA: hue angle of 305.45º 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 #FDDCFA is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 220 | 250 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.01 |
| HSL | 305.45º | 0.89% | 0.93% | - |
| HSV(B) | 305.45º | 0.13% | 0.99% | - |
| XYZ | 83.36 | 78.97 | 101.29 | - |
| YUV | 233.29 | 137.43 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 220 | 250 | 0 | 0.13 | 0.01 | 0.01 | 305.45 | 0.89 | 0.93 |
| Hex | FD | DC | FA | 0 | D | 1 | 1 | 131 | 59 | 5D |
| Octal | 375 | 334 | 372 | 0 | 15 | 1 | 1 | 461 | 131 | 135 |
| Binary | 11111101 | 11011100 | 11111010 | 0 | 1101 | 1 | 1 | 100110001 | 1011001 | 1011101 |
Color Harmonies of #FDDCFA
Complementary color
Monochromatic Colors of #FDDCFA
Black with #FDDCFA
Text Example
Text Example
White with #FDDCFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDCFA; }
p { color: rgb(253,220,250); }
H1.HeaderClassName
{
color: #FDDCFA;
}
.AnyTagClassName
{
color: #FDDCFA;
}
</style>
background-color css
<style>
a { background-color: #FDDCFA; }
a { background-color: rgb(253,220,250); }
div.DivClassName
{
background-color: #FDDCFA;
}
.BgClassName
{
background-color: #FDDCFA;
}
</style>
border-color css
<style>
span { border-color: #FDDCFA; }
span { border-color: rgb(253,220,250); }
td.TdClassName
{
border-color: #FDDCFA;
}
.TagClassName
{
border-color: #FDDCFA;
}
</style>