Shades of Selago #FDDDFF
Tints of Selago #FDDDFF
RGB
CMYK
RGB Variations
Color information
#FDDDFF (or 0xFDDDFF) is known color: Selago. HEX triplet: FD, DD and FF. RGB value is (253,221,255). Sum of RGB (Red+Green+Blue) = 253+221+255=729 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.71% from 729); Green value is 221 (86.72% from 255 or 30.32% from 729); Blue value is 255 (100% from 255 or 34.98% from 729); Max value from RGB is 255 - color contains mainly: blue. Hex color #FDDDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDDFF is #022200. Grayscale: #EAEAEA. Windows color (decimal): -139777 or 16768509. OLE color: 16768509.
HSL color Cylindrical-coordinate representation of color #FDDDFF: hue angle of 296.47º 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 #FDDDFF is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 253 | 221 | 255 | - |
CMYK | 0.01 | 0.13 | 0 | 0 |
HSL | 296.47º | 1% | 0.93% | - |
HSV(B) | 296.47º | 0.13% | 1% | - |
XYZ | 84.41 | 79.82 | 105.56 | - |
YUV | 234.44 | 139.6 | 141.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 221 | 255 | 0.01 | 0.13 | 0 | 0 | 296.47 | 1 | 0.93 |
Hex | FD | DD | FF | 1 | D | 0 | 0 | 128 | 64 | 5D |
Octal | 375 | 335 | 377 | 1 | 15 | 0 | 0 | 450 | 144 | 135 |
Binary | 11111101 | 11011101 | 11111111 | 1 | 1101 | 0 | 0 | 100101000 | 1100100 | 1011101 |
Color Harmonies of #FDDDFF
Complementary color
Monochromatic Colors of #FDDDFF
Black with #FDDDFF
Text Example
Text Example
White with #FDDDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDDFF; }
p { color: rgb(253,221,255); }
H1.HeaderClassName
{
color: #FDDDFF;
}
.AnyTagClassName
{
color: #FDDDFF;
}
</style>
background-color css
<style>
a { background-color: #FDDDFF; }
a { background-color: rgb(253,221,255); }
div.DivClassName
{
background-color: #FDDDFF;
}
.BgClassName
{
background-color: #FDDDFF;
}
</style>
border-color css
<style>
span { border-color: #FDDDFF; }
span { border-color: rgb(253,221,255); }
td.TdClassName
{
border-color: #FDDDFF;
}
.TagClassName
{
border-color: #FDDDFF;
}
</style>