Shades of Selago #FCDFFD
Tints of Selago #FCDFFD
RGB
CMYK
RGB Variations
Color information
#FCDFFD (or 0xFCDFFD) is known color: Selago. HEX triplet: FC, DF and FD. RGB value is (252,223,253). Sum of RGB (Red+Green+Blue) = 252+223+253=728 (96% of max value = 765). Red value is 252 (98.83% from 255 or 34.62% from 728); Green value is 223 (87.5% from 255 or 30.63% from 728); Blue value is 253 (99.22% from 255 or 34.75% from 728); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCDFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCDFFD is #032002. Grayscale: #EBEBEB. Windows color (decimal): -204803 or 16637948. OLE color: 16637948.
HSL color Cylindrical-coordinate representation of color #FCDFFD: hue angle of 298º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCDFFD is Cyan = 0.00, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 253 | - |
| CMYK | 0.00 | 0.12 | 0 | 0.01 |
| HSL | 298º | 0.88% | 0.93% | - |
| HSV(B) | 298º | 0.12% | 0.99% | - |
| XYZ | 84.26 | 80.56 | 104.04 | - |
| YUV | 235.09 | 138.11 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 253 | 0.00 | 0.12 | 0 | 0.01 | 298 | 0.88 | 0.93 |
| Hex | FC | DF | FD | 0 | C | 0 | 1 | 12A | 58 | 5D |
| Octal | 374 | 337 | 375 | 0 | 14 | 0 | 1 | 452 | 130 | 135 |
| Binary | 11111100 | 11011111 | 11111101 | 0 | 1100 | 0 | 1 | 100101010 | 1011000 | 1011101 |
Color Harmonies of #FCDFFD
Complementary color
Monochromatic Colors of #FCDFFD
Black with #FCDFFD
Text Example
Text Example
White with #FCDFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDFFD; }
p { color: rgb(252,223,253); }
H1.HeaderClassName
{
color: #FCDFFD;
}
.AnyTagClassName
{
color: #FCDFFD;
}
</style>
background-color css
<style>
a { background-color: #FCDFFD; }
a { background-color: rgb(252,223,253); }
div.DivClassName
{
background-color: #FCDFFD;
}
.BgClassName
{
background-color: #FCDFFD;
}
</style>
border-color css
<style>
span { border-color: #FCDFFD; }
span { border-color: rgb(252,223,253); }
td.TdClassName
{
border-color: #FCDFFD;
}
.TagClassName
{
border-color: #FCDFFD;
}
</style>