Shades of Selago #F9DDFD
Tints of Selago #F9DDFD
RGB
CMYK
RGB Variations
Color information
#F9DDFD (or 0xF9DDFD) is known color: Selago. HEX triplet: F9, DD and FD. RGB value is (249,221,253). Sum of RGB (Red+Green+Blue) = 249+221+253=723 (95% of max value = 765). Red value is 249 (97.66% from 255 or 34.44% from 723); Green value is 221 (86.72% from 255 or 30.57% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9DDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F9DDFD is #062202. Grayscale: #E8E8E8. Windows color (decimal): -401923 or 16637433. OLE color: 16637433.
HSL color Cylindrical-coordinate representation of color #F9DDFD: hue angle of 292.5º 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 #F9DDFD is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 221 | 253 | - |
CMYK | 0.02 | 0.13 | 0 | 0.01 |
HSL | 292.5º | 0.89% | 0.93% | - |
HSV(B) | 292.5º | 0.13% | 0.99% | - |
XYZ | 82.65 | 78.94 | 103.81 | - |
YUV | 233.02 | 139.28 | 139.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 221 | 253 | 0.02 | 0.13 | 0 | 0.01 | 292.5 | 0.89 | 0.93 |
Hex | F9 | DD | FD | 2 | D | 0 | 1 | 124 | 59 | 5D |
Octal | 371 | 335 | 375 | 2 | 15 | 0 | 1 | 444 | 131 | 135 |
Binary | 11111001 | 11011101 | 11111101 | 10 | 1101 | 0 | 1 | 100100100 | 1011001 | 1011101 |
Color Harmonies of #F9DDFD
Complementary color
Monochromatic Colors of #F9DDFD
Black with #F9DDFD
Text Example
Text Example
White with #F9DDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DDFD; }
p { color: rgb(249,221,253); }
H1.HeaderClassName
{
color: #F9DDFD;
}
.AnyTagClassName
{
color: #F9DDFD;
}
</style>
background-color css
<style>
a { background-color: #F9DDFD; }
a { background-color: rgb(249,221,253); }
div.DivClassName
{
background-color: #F9DDFD;
}
.BgClassName
{
background-color: #F9DDFD;
}
</style>
border-color css
<style>
span { border-color: #F9DDFD; }
span { border-color: rgb(249,221,253); }
td.TdClassName
{
border-color: #F9DDFD;
}
.TagClassName
{
border-color: #F9DDFD;
}
</style>