Shades of Selago #FDDFF9
Tints of Selago #FDDFF9
RGB
CMYK
RGB Variations
Color information
#FDDFF9 (or 0xFDDFF9) is known color: Selago. HEX triplet: FD, DF and F9. RGB value is (253,223,249). Sum of RGB (Red+Green+Blue) = 253+223+249=725 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.90% from 725); Green value is 223 (87.5% from 255 or 30.76% from 725); Blue value is 249 (97.66% from 255 or 34.34% from 725); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDFF9 is #022006. Grayscale: #EAEAEA. Windows color (decimal): -139271 or 16375805. OLE color: 16375805.
HSL color Cylindrical-coordinate representation of color #FDDFF9: hue angle of 308º degrees, saturation: 0.88, 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 #FDDFF9 is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 223 | 249 | - |
| CMYK | 0 | 0.12 | 0.02 | 0.01 |
| HSL | 308º | 0.88% | 0.93% | - |
| HSV(B) | 308º | 0.12% | 0.99% | - |
| XYZ | 83.99 | 80.5 | 100.73 | - |
| YUV | 234.93 | 135.94 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 223 | 249 | 0 | 0.12 | 0.02 | 0.01 | 308 | 0.88 | 0.93 |
| Hex | FD | DF | F9 | 0 | C | 2 | 1 | 134 | 58 | 5D |
| Octal | 375 | 337 | 371 | 0 | 14 | 2 | 1 | 464 | 130 | 135 |
| Binary | 11111101 | 11011111 | 11111001 | 0 | 1100 | 10 | 1 | 100110100 | 1011000 | 1011101 |
Color Harmonies of #FDDFF9
Complementary color
Monochromatic Colors of #FDDFF9
Black with #FDDFF9
Text Example
Text Example
White with #FDDFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDFF9; }
p { color: rgb(253,223,249); }
H1.HeaderClassName
{
color: #FDDFF9;
}
.AnyTagClassName
{
color: #FDDFF9;
}
</style>
background-color css
<style>
a { background-color: #FDDFF9; }
a { background-color: rgb(253,223,249); }
div.DivClassName
{
background-color: #FDDFF9;
}
.BgClassName
{
background-color: #FDDFF9;
}
</style>
border-color css
<style>
span { border-color: #FDDFF9; }
span { border-color: rgb(253,223,249); }
td.TdClassName
{
border-color: #FDDFF9;
}
.TagClassName
{
border-color: #FDDFF9;
}
</style>