Shades of Selago #FDD8FE
Tints of Selago #FDD8FE
RGB
CMYK
RGB Variations
Color information
#FDD8FE (or 0xFDD8FE) is known color: Selago. HEX triplet: FD, D8 and FE. RGB value is (253,216,254). Sum of RGB (Red+Green+Blue) = 253+216+254=723 (95% of max value = 765). Red value is 253 (99.22% from 255 or 34.99% from 723); Green value is 216 (84.77% from 255 or 29.88% from 723); Blue value is 254 (99.61% from 255 or 35.13% from 723); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDD8FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8FE is #022701. Grayscale: #E7E7E7. Windows color (decimal): -141058 or 16701693. OLE color: 16701693.
HSL color Cylindrical-coordinate representation of color #FDD8FE: hue angle of 298.42º degrees, saturation: 0.95, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD8FE is Cyan = 0.00, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 253 | 216 | 254 | - |
| CMYK | 0.00 | 0.15 | 0 | 0.00 |
| HSL | 298.42º | 0.95% | 0.92% | - |
| HSV(B) | 298.42º | 0.15% | 1% | - |
| XYZ | 82.95 | 77.15 | 104.29 | - |
| YUV | 231.4 | 140.76 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 254 | 0.00 | 0.15 | 0 | 0.00 | 298.42 | 0.95 | 0.92 |
| Hex | FD | D8 | FE | 0 | F | 0 | 0 | 12A | 5F | 5C |
| Octal | 375 | 330 | 376 | 0 | 17 | 0 | 0 | 452 | 137 | 134 |
| Binary | 11111101 | 11011000 | 11111110 | 0 | 1111 | 0 | 0 | 100101010 | 1011111 | 1011100 |
Color Harmonies of #FDD8FE
Complementary color
Monochromatic Colors of #FDD8FE
Black with #FDD8FE
Text Example
Text Example
White with #FDD8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8FE; }
p { color: rgb(253,216,254); }
H1.HeaderClassName
{
color: #FDD8FE;
}
.AnyTagClassName
{
color: #FDD8FE;
}
</style>
background-color css
<style>
a { background-color: #FDD8FE; }
a { background-color: rgb(253,216,254); }
div.DivClassName
{
background-color: #FDD8FE;
}
.BgClassName
{
background-color: #FDD8FE;
}
</style>
border-color css
<style>
span { border-color: #FDD8FE; }
span { border-color: rgb(253,216,254); }
td.TdClassName
{
border-color: #FDD8FE;
}
.TagClassName
{
border-color: #FDD8FE;
}
</style>