Shades of Selago #FDD5FD
Tints of Selago #FDD5FD
RGB
CMYK
RGB Variations
Color information
#FDD5FD (or 0xFDD5FD) is known color: Selago. HEX triplet: FD, D5 and FD. RGB value is (253,213,253). Sum of RGB (Red+Green+Blue) = 253+213+253=719 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.19% from 719); Green value is 213 (83.59% from 255 or 29.62% from 719); Blue value is 253 (99.22% from 255 or 35.19% from 719); Max value from RGB is 253 - color contains mainly: red, blue. Hex color #FDD5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD5FD is #022A02. Grayscale: #E5E5E5. Windows color (decimal): -141827 or 16635389. OLE color: 16635389.
HSL color Cylindrical-coordinate representation of color #FDD5FD: hue angle of 300º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #FDD5FD is Cyan = 0, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 213 | 253 | - |
CMYK | 0 | 0.16 | 0 | 0.01 |
HSL | 300º | 0.91% | 0.91% | - |
HSV(B) | 300º | 0.16% | 0.99% | - |
XYZ | 82.03 | 75.56 | 103.19 | - |
YUV | 229.52 | 141.25 | 144.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 213 | 253 | 0 | 0.16 | 0 | 0.01 | 300 | 0.91 | 0.91 |
Hex | FD | D5 | FD | 0 | 10 | 0 | 1 | 12C | 5B | 5B |
Octal | 375 | 325 | 375 | 0 | 20 | 0 | 1 | 454 | 133 | 133 |
Binary | 11111101 | 11010101 | 11111101 | 0 | 10000 | 0 | 1 | 100101100 | 1011011 | 1011011 |
Color Harmonies of #FDD5FD
Complementary color
Monochromatic Colors of #FDD5FD
Black with #FDD5FD
Text Example
Text Example
White with #FDD5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD5FD; }
p { color: rgb(253,213,253); }
H1.HeaderClassName
{
color: #FDD5FD;
}
.AnyTagClassName
{
color: #FDD5FD;
}
</style>
background-color css
<style>
a { background-color: #FDD5FD; }
a { background-color: rgb(253,213,253); }
div.DivClassName
{
background-color: #FDD5FD;
}
.BgClassName
{
background-color: #FDD5FD;
}
</style>
border-color css
<style>
span { border-color: #FDD5FD; }
span { border-color: rgb(253,213,253); }
td.TdClassName
{
border-color: #FDD5FD;
}
.TagClassName
{
border-color: #FDD5FD;
}
</style>