Shades of Selago #FFDDFD
Tints of Selago #FFDDFD
RGB
CMYK
RGB Variations
Color information
#FFDDFD (or 0xFFDDFD) is known color: Selago. HEX triplet: FF, DD and FD. RGB value is (255,221,253). Sum of RGB (Red+Green+Blue) = 255+221+253=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 221 (86.72% from 255 or 30.32% from 729); Blue value is 253 (99.22% from 255 or 34.71% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDFD is #002202. Grayscale: #EAEAEA. Windows color (decimal): -8707 or 16637439. OLE color: 16637439.
HSL color Cylindrical-coordinate representation of color #FFDDFD: hue angle of 303.53º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDFD is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 253 | - |
CMYK | 0 | 0.13 | 0.01 | 0 |
HSL | 303.53º | 1% | 0.93% | - |
HSV(B) | 303.53º | 0.13% | 1% | - |
XYZ | 84.83 | 80.06 | 103.91 | - |
YUV | 234.81 | 138.26 | 142.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 253 | 0 | 0.13 | 0.01 | 0 | 303.53 | 1 | 0.93 |
Hex | FF | DD | FD | 0 | D | 1 | 0 | 130 | 64 | 5D |
Octal | 377 | 335 | 375 | 0 | 15 | 1 | 0 | 460 | 144 | 135 |
Binary | 11111111 | 11011101 | 11111101 | 0 | 1101 | 1 | 0 | 100110000 | 1100100 | 1011101 |
Color Harmonies of #FFDDFD
Complementary color
Monochromatic Colors of #FFDDFD
Black with #FFDDFD
Text Example
Text Example
White with #FFDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDFD; }
p { color: rgb(255,221,253); }
H1.HeaderClassName
{
color: #FFDDFD;
}
.AnyTagClassName
{
color: #FFDDFD;
}
</style>
background-color css
<style>
a { background-color: #FFDDFD; }
a { background-color: rgb(255,221,253); }
div.DivClassName
{
background-color: #FFDDFD;
}
.BgClassName
{
background-color: #FFDDFD;
}
</style>
border-color css
<style>
span { border-color: #FFDDFD; }
span { border-color: rgb(255,221,253); }
td.TdClassName
{
border-color: #FFDDFD;
}
.TagClassName
{
border-color: #FFDDFD;
}
</style>