Shades of Selago #FCF3FD
Tints of Selago #FCF3FD
RGB
CMYK
RGB Variations
Color information
#FCF3FD (or 0xFCF3FD) is known color: Selago. HEX triplet: FC, F3 and FD. RGB value is (252,243,253). Sum of RGB (Red+Green+Blue) = 252+243+253=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 243 (95.31% from 255 or 32.49% from 748); Blue value is 253 (99.22% from 255 or 33.82% from 748); Max value from RGB is 253 - color contains mainly: blue. Hex color #FCF3FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCF3FD is #030C02. Grayscale: #F6F6F6. Windows color (decimal): -199683 or 16643068. OLE color: 16643068.
HSL color Cylindrical-coordinate representation of color #FCF3FD: hue angle of 294º degrees, saturation: 0.71, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FCF3FD is Cyan = 0.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 243 | 253 | - |
CMYK | 0.00 | 0.04 | 0 | 0.01 |
HSL | 294º | 0.71% | 0.97% | - |
HSV(B) | 294º | 0.04% | 0.99% | - |
XYZ | 89.93 | 91.89 | 105.93 | - |
YUV | 246.83 | 131.48 | 131.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 243 | 253 | 0.00 | 0.04 | 0 | 0.01 | 294 | 0.71 | 0.97 |
Hex | FC | F3 | FD | 0 | 4 | 0 | 1 | 126 | 47 | 61 |
Octal | 374 | 363 | 375 | 0 | 4 | 0 | 1 | 446 | 107 | 141 |
Binary | 11111100 | 11110011 | 11111101 | 0 | 100 | 0 | 1 | 100100110 | 1000111 | 1100001 |
Color Harmonies of #FCF3FD
Complementary color
Monochromatic Colors of #FCF3FD
Black with #FCF3FD
Text Example
Text Example
White with #FCF3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3FD; }
p { color: rgb(252,243,253); }
H1.HeaderClassName
{
color: #FCF3FD;
}
.AnyTagClassName
{
color: #FCF3FD;
}
</style>
background-color css
<style>
a { background-color: #FCF3FD; }
a { background-color: rgb(252,243,253); }
div.DivClassName
{
background-color: #FCF3FD;
}
.BgClassName
{
background-color: #FCF3FD;
}
</style>
border-color css
<style>
span { border-color: #FCF3FD; }
span { border-color: rgb(252,243,253); }
td.TdClassName
{
border-color: #FCF3FD;
}
.TagClassName
{
border-color: #FCF3FD;
}
</style>