Shades of Selago #FFDCFC
Tints of Selago #FFDCFC
RGB
CMYK
RGB Variations
Color information
#FFDCFC (or 0xFFDCFC) is known color: Selago. HEX triplet: FF, DC and FC. RGB value is (255,220,252). Sum of RGB (Red+Green+Blue) = 255+220+252=727 (96% of max value = 765). Red value is 255 (100% from 255 or 35.08% from 727); Green value is 220 (86.33% from 255 or 30.26% from 727); Blue value is 252 (98.83% from 255 or 34.66% from 727); Max value from RGB is 255 - color contains mainly: red. Hex color #FFDCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFDCFC is #002303. Grayscale: #EAEAEA. Windows color (decimal): -8964 or 16571647. OLE color: 16571647.
HSL color Cylindrical-coordinate representation of color #FFDCFC: hue angle of 305.14º 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 #FFDCFC is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 220 | 252 | - |
| CMYK | 0 | 0.14 | 0.01 | 0 |
| HSL | 305.14º | 1% | 0.93% | - |
| HSV(B) | 305.14º | 0.14% | 1% | - |
| XYZ | 84.4 | 79.47 | 102.99 | - |
| YUV | 234.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 220 | 252 | 0 | 0.14 | 0.01 | 0 | 305.14 | 1 | 0.93 |
| Hex | FF | DC | FC | 0 | E | 1 | 0 | 131 | 64 | 5D |
| Octal | 377 | 334 | 374 | 0 | 16 | 1 | 0 | 461 | 144 | 135 |
| Binary | 11111111 | 11011100 | 11111100 | 0 | 1110 | 1 | 0 | 100110001 | 1100100 | 1011101 |
Color Harmonies of #FFDCFC
Complementary color
Monochromatic Colors of #FFDCFC
Black with #FFDCFC
Text Example
Text Example
White with #FFDCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFDCFC; }
p { color: rgb(255,220,252); }
H1.HeaderClassName
{
color: #FFDCFC;
}
.AnyTagClassName
{
color: #FFDCFC;
}
</style>
background-color css
<style>
a { background-color: #FFDCFC; }
a { background-color: rgb(255,220,252); }
div.DivClassName
{
background-color: #FFDCFC;
}
.BgClassName
{
background-color: #FFDCFC;
}
</style>
border-color css
<style>
span { border-color: #FFDCFC; }
span { border-color: rgb(255,220,252); }
td.TdClassName
{
border-color: #FFDCFC;
}
.TagClassName
{
border-color: #FFDCFC;
}
</style>