Shades of Selago #FFDFFC
Tints of Selago #FFDFFC
RGB
CMYK
RGB Variations
Color information
#FFDFFC (or 0xFFDFFC) is known color: Selago. HEX triplet: FF, DF and FC. RGB value is (255,223,252). Sum of RGB (Red+Green+Blue) = 255+223+252=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 223 (87.5% from 255 or 30.55% from 730); Blue value is 252 (98.83% from 255 or 34.52% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDFFC is #002003. Grayscale: #EBEBEB. Windows color (decimal): -8196 or 16572415. OLE color: 16572415.
HSL color Cylindrical-coordinate representation of color #FFDFFC: hue angle of 305.62º 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 #FFDFFC is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 223 | 252 | - |
CMYK | 0 | 0.13 | 0.01 | 0 |
HSL | 305.63º | 1% | 0.94% | - |
HSV(B) | 305.63º | 0.13% | 1% | - |
XYZ | 85.2 | 81.06 | 103.25 | - |
YUV | 235.87 | 137.1 | 141.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 223 | 252 | 0 | 0.13 | 0.01 | 0 | 305.63 | 1 | 0.94 |
Hex | FF | DF | FC | 0 | D | 1 | 0 | 132 | 64 | 5E |
Octal | 377 | 337 | 374 | 0 | 15 | 1 | 0 | 462 | 144 | 136 |
Binary | 11111111 | 11011111 | 11111100 | 0 | 1101 | 1 | 0 | 100110010 | 1100100 | 1011110 |
Color Harmonies of #FFDFFC
Complementary color
Monochromatic Colors of #FFDFFC
Black with #FFDFFC
Text Example
Text Example
White with #FFDFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDFFC; }
p { color: rgb(255,223,252); }
H1.HeaderClassName
{
color: #FFDFFC;
}
.AnyTagClassName
{
color: #FFDFFC;
}
</style>
background-color css
<style>
a { background-color: #FFDFFC; }
a { background-color: rgb(255,223,252); }
div.DivClassName
{
background-color: #FFDFFC;
}
.BgClassName
{
background-color: #FFDFFC;
}
</style>
border-color css
<style>
span { border-color: #FFDFFC; }
span { border-color: rgb(255,223,252); }
td.TdClassName
{
border-color: #FFDFFC;
}
.TagClassName
{
border-color: #FFDFFC;
}
</style>