Shades of Selago #FFDFFD
Tints of Selago #FFDFFD
RGB
CMYK
RGB Variations
Color information
#FFDFFD (or 0xFFDFFD) is known color: Selago. HEX triplet: FF, DF and FD. RGB value is (255,223,253). Sum of RGB (Red+Green+Blue) = 255+223+253=731 (96% of max value = 765). Red value is 255 (100% from 255 or 34.88% from 731); Green value is 223 (87.5% from 255 or 30.51% from 731); Blue value is 253 (99.22% from 255 or 34.61% from 731); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFFD is #002002. Grayscale: #EBEBEB. Windows color (decimal): -8195 or 16637951. OLE color: 16637951.
HSL color Cylindrical-coordinate representation of color #FFDFFD: hue angle of 303.75º 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 #FFDFFD is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 223 | 253 | - |
| CMYK | 0 | 0.13 | 0.01 | 0 |
| HSL | 303.75º | 1% | 0.94% | - |
| HSV(B) | 303.75º | 0.13% | 1% | - |
| XYZ | 85.36 | 81.13 | 104.09 | - |
| YUV | 235.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 223 | 253 | 0 | 0.13 | 0.01 | 0 | 303.75 | 1 | 0.94 |
| Hex | FF | DF | FD | 0 | D | 1 | 0 | 130 | 64 | 5E |
| Octal | 377 | 337 | 375 | 0 | 15 | 1 | 0 | 460 | 144 | 136 |
| Binary | 11111111 | 11011111 | 11111101 | 0 | 1101 | 1 | 0 | 100110000 | 1100100 | 1011110 |
Color Harmonies of #FFDFFD
Complementary color
Monochromatic Colors of #FFDFFD
Black with #FFDFFD
Text Example
Text Example
White with #FFDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFFD; }
p { color: rgb(255,223,253); }
H1.HeaderClassName
{
color: #FFDFFD;
}
.AnyTagClassName
{
color: #FFDFFD;
}
</style>
background-color css
<style>
a { background-color: #FFDFFD; }
a { background-color: rgb(255,223,253); }
div.DivClassName
{
background-color: #FFDFFD;
}
.BgClassName
{
background-color: #FFDFFD;
}
</style>
border-color css
<style>
span { border-color: #FFDFFD; }
span { border-color: rgb(255,223,253); }
td.TdClassName
{
border-color: #FFDFFD;
}
.TagClassName
{
border-color: #FFDFFD;
}
</style>