Shades of Selago #FDD8FB
Tints of Selago #FDD8FB
RGB
CMYK
RGB Variations
Color information
#FDD8FB (or 0xFDD8FB) is known color: Selago. HEX triplet: FD, D8 and FB. RGB value is (253,216,251). Sum of RGB (Red+Green+Blue) = 253+216+251=720 (95% of max value = 765). Red value is 253 (99.22% from 255 or 35.14% from 720); Green value is 216 (84.77% from 255 or 30% from 720); Blue value is 251 (98.44% from 255 or 34.86% from 720); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD8FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDD8FB is #022704. Grayscale: #E6E6E6. Windows color (decimal): -141061 or 16505085. OLE color: 16505085.
HSL color Cylindrical-coordinate representation of color #FDD8FB: hue angle of 303.24º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #FDD8FB is Cyan = 0, Magento = 0.15, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 216 | 251 | - |
| CMYK | 0 | 0.15 | 0.01 | 0.01 |
| HSL | 303.24º | 0.9% | 0.92% | - |
| HSV(B) | 303.24º | 0.15% | 0.99% | - |
| XYZ | 82.48 | 76.96 | 101.77 | - |
| YUV | 231.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 216 | 251 | 0 | 0.15 | 0.01 | 0.01 | 303.24 | 0.9 | 0.92 |
| Hex | FD | D8 | FB | 0 | F | 1 | 1 | 12F | 5A | 5C |
| Octal | 375 | 330 | 373 | 0 | 17 | 1 | 1 | 457 | 132 | 134 |
| Binary | 11111101 | 11011000 | 11111011 | 0 | 1111 | 1 | 1 | 100101111 | 1011010 | 1011100 |
Color Harmonies of #FDD8FB
Complementary color
Monochromatic Colors of #FDD8FB
Black with #FDD8FB
Text Example
Text Example
White with #FDD8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDD8FB; }
p { color: rgb(253,216,251); }
H1.HeaderClassName
{
color: #FDD8FB;
}
.AnyTagClassName
{
color: #FDD8FB;
}
</style>
background-color css
<style>
a { background-color: #FDD8FB; }
a { background-color: rgb(253,216,251); }
div.DivClassName
{
background-color: #FDD8FB;
}
.BgClassName
{
background-color: #FDD8FB;
}
</style>
border-color css
<style>
span { border-color: #FDD8FB; }
span { border-color: rgb(253,216,251); }
td.TdClassName
{
border-color: #FDD8FB;
}
.TagClassName
{
border-color: #FDD8FB;
}
</style>