Shades of Selago #FFDBFD
Tints of Selago #FFDBFD
RGB
CMYK
RGB Variations
Color information
#FFDBFD (or 0xFFDBFD) is known color: Selago. HEX triplet: FF, DB and FD. RGB value is (255,219,253). Sum of RGB (Red+Green+Blue) = 255+219+253=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 219 (85.94% from 255 or 30.12% from 727); Blue value is 253 (99.22% from 255 or 34.80% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDBFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDBFD is #002402. Grayscale: #E9E9E9. Windows color (decimal): -9219 or 16636927. OLE color: 16636927.
HSL color Cylindrical-coordinate representation of color #FFDBFD: hue angle of 303.33º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #FFDBFD is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 219 | 253 | - |
CMYK | 0 | 0.14 | 0.01 | 0 |
HSL | 303.33º | 1% | 0.93% | - |
HSV(B) | 303.33º | 0.14% | 1% | - |
XYZ | 84.3 | 79.01 | 103.74 | - |
YUV | 233.64 | 138.93 | 143.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 219 | 253 | 0 | 0.14 | 0.01 | 0 | 303.33 | 1 | 0.93 |
Hex | FF | DB | FD | 0 | E | 1 | 0 | 12F | 64 | 5D |
Octal | 377 | 333 | 375 | 0 | 16 | 1 | 0 | 457 | 144 | 135 |
Binary | 11111111 | 11011011 | 11111101 | 0 | 1110 | 1 | 0 | 100101111 | 1100100 | 1011101 |
Color Harmonies of #FFDBFD
Complementary color
Monochromatic Colors of #FFDBFD
Black with #FFDBFD
Text Example
Text Example
White with #FFDBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDBFD; }
p { color: rgb(255,219,253); }
H1.HeaderClassName
{
color: #FFDBFD;
}
.AnyTagClassName
{
color: #FFDBFD;
}
</style>
background-color css
<style>
a { background-color: #FFDBFD; }
a { background-color: rgb(255,219,253); }
div.DivClassName
{
background-color: #FFDBFD;
}
.BgClassName
{
background-color: #FFDBFD;
}
</style>
border-color css
<style>
span { border-color: #FFDBFD; }
span { border-color: rgb(255,219,253); }
td.TdClassName
{
border-color: #FFDBFD;
}
.TagClassName
{
border-color: #FFDBFD;
}
</style>