Shades of Selago #FFDDFB
Tints of Selago #FFDDFB
RGB
CMYK
RGB Variations
Color information
#FFDDFB (or 0xFFDDFB) is known color: Selago. HEX triplet: FF, DD and FB. RGB value is (255,221,251). Sum of RGB (Red+Green+Blue) = 255+221+251=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 221 (86.72% from 255 or 30.40% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDDFB is #002204. Grayscale: #EAEAEA. Windows color (decimal): -8709 or 16506367. OLE color: 16506367.
HSL color Cylindrical-coordinate representation of color #FFDDFB: hue angle of 307.06º degrees, saturation: 1, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDDFB is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 221 | 251 | - |
CMYK | 0 | 0.13 | 0.02 | 0 |
HSL | 307.06º | 1% | 0.93% | - |
HSV(B) | 307.06º | 0.13% | 1% | - |
XYZ | 84.51 | 79.94 | 102.24 | - |
YUV | 234.59 | 137.26 | 142.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 221 | 251 | 0 | 0.13 | 0.02 | 0 | 307.06 | 1 | 0.93 |
Hex | FF | DD | FB | 0 | D | 2 | 0 | 133 | 64 | 5D |
Octal | 377 | 335 | 373 | 0 | 15 | 2 | 0 | 463 | 144 | 135 |
Binary | 11111111 | 11011101 | 11111011 | 0 | 1101 | 10 | 0 | 100110011 | 1100100 | 1011101 |
Color Harmonies of #FFDDFB
Complementary color
Monochromatic Colors of #FFDDFB
Black with #FFDDFB
Text Example
Text Example
White with #FFDDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDDFB; }
p { color: rgb(255,221,251); }
H1.HeaderClassName
{
color: #FFDDFB;
}
.AnyTagClassName
{
color: #FFDDFB;
}
</style>
background-color css
<style>
a { background-color: #FFDDFB; }
a { background-color: rgb(255,221,251); }
div.DivClassName
{
background-color: #FFDDFB;
}
.BgClassName
{
background-color: #FFDDFB;
}
</style>
border-color css
<style>
span { border-color: #FFDDFB; }
span { border-color: rgb(255,221,251); }
td.TdClassName
{
border-color: #FFDDFB;
}
.TagClassName
{
border-color: #FFDDFB;
}
</style>