Shades of Selago #FFDFFB
Tints of Selago #FFDFFB
RGB
CMYK
RGB Variations
Color information
#FFDFFB (or 0xFFDFFB) is known color: Selago. HEX triplet: FF, DF and FB. RGB value is (255,223,251). Sum of RGB (Red+Green+Blue) = 255+223+251=729 (96% of max value = 765). Red value is 255 (100% from 255 or 34.98% from 729); Green value is 223 (87.5% from 255 or 30.59% from 729); Blue value is 251 (98.44% from 255 or 34.43% from 729); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFFB is #002004. Grayscale: #EBEBEB. Windows color (decimal): -8197 or 16506879. OLE color: 16506879.
HSL color Cylindrical-coordinate representation of color #FFDFFB: hue angle of 307.5º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #FFDFFB is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 251 | - |
| CMYK | 0 | 0.13 | 0.02 | 0 |
| HSL | 307.5º | 1% | 0.94% | - |
| HSV(B) | 307.5º | 0.13% | 1% | - |
| XYZ | 85.04 | 81 | 102.42 | - |
| YUV | 235.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 251 | 0 | 0.13 | 0.02 | 0 | 307.5 | 1 | 0.94 |
| Hex | FF | DF | FB | 0 | D | 2 | 0 | 134 | 64 | 5E |
| Octal | 377 | 337 | 373 | 0 | 15 | 2 | 0 | 464 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11111011 | 0 | 1101 | 10 | 0 | 100110100 | 1100100 | 1011110 |
Color Harmonies of #FFDFFB
Complementary color
Monochromatic Colors of #FFDFFB
Black with #FFDFFB
Text Example
Text Example
White with #FFDFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFFB; }
p { color: rgb(255,223,251); }
H1.HeaderClassName
{
color: #FFDFFB;
}
.AnyTagClassName
{
color: #FFDFFB;
}
</style>
background-color css
<style>
a { background-color: #FFDFFB; }
a { background-color: rgb(255,223,251); }
div.DivClassName
{
background-color: #FFDFFB;
}
.BgClassName
{
background-color: #FFDFFB;
}
</style>
border-color css
<style>
span { border-color: #FFDFFB; }
span { border-color: rgb(255,223,251); }
td.TdClassName
{
border-color: #FFDFFB;
}
.TagClassName
{
border-color: #FFDFFB;
}
</style>