Shades of Selago #FDDBFE
Tints of Selago #FDDBFE
RGB
CMYK
RGB Variations
Color information
#FDDBFE (or 0xFDDBFE) is known color: Selago. HEX triplet: FD, DB and FE. RGB value is (253,219,254). Sum of RGB (Red+Green+Blue) = 253+219+254=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 219 (85.94% from 255 or 30.17% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #FDDBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDDBFE is #022401. Grayscale: #E9E9E9. Windows color (decimal): -140290 or 16702461. OLE color: 16702461.
HSL color Cylindrical-coordinate representation of color #FDDBFE: hue angle of 298.29º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FDDBFE is Cyan = 0.00, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 219 | 254 | - |
CMYK | 0.00 | 0.14 | 0 | 0.00 |
HSL | 298.29º | 0.95% | 0.93% | - |
HSV(B) | 298.29º | 0.14% | 1% | - |
XYZ | 83.73 | 78.7 | 104.54 | - |
YUV | 233.16 | 139.76 | 142.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 219 | 254 | 0.00 | 0.14 | 0 | 0.00 | 298.29 | 0.95 | 0.93 |
Hex | FD | DB | FE | 0 | E | 0 | 0 | 12A | 5F | 5D |
Octal | 375 | 333 | 376 | 0 | 16 | 0 | 0 | 452 | 137 | 135 |
Binary | 11111101 | 11011011 | 11111110 | 0 | 1110 | 0 | 0 | 100101010 | 1011111 | 1011101 |
Color Harmonies of #FDDBFE
Complementary color
Monochromatic Colors of #FDDBFE
Black with #FDDBFE
Text Example
Text Example
White with #FDDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDDBFE; }
p { color: rgb(253,219,254); }
H1.HeaderClassName
{
color: #FDDBFE;
}
.AnyTagClassName
{
color: #FDDBFE;
}
</style>
background-color css
<style>
a { background-color: #FDDBFE; }
a { background-color: rgb(253,219,254); }
div.DivClassName
{
background-color: #FDDBFE;
}
.BgClassName
{
background-color: #FDDBFE;
}
</style>
border-color css
<style>
span { border-color: #FDDBFE; }
span { border-color: rgb(253,219,254); }
td.TdClassName
{
border-color: #FDDBFE;
}
.TagClassName
{
border-color: #FDDBFE;
}
</style>