Shades of Twilight Blue #FCFFF0
Tints of Twilight Blue #FCFFF0
RGB
CMYK
RGB Variations
Color information
#FCFFF0 (or 0xFCFFF0) is known color: Twilight Blue. HEX triplet: FC, FF and F0. RGB value is (252,255,240). Sum of RGB (Red+Green+Blue) = 252+255+240=747 (98% of max value = 765). Red value is 252 (98.83% from 255 or 33.73% from 747); Green value is 255 (100% from 255 or 34.14% from 747); Blue value is 240 (94.14% from 255 or 32.13% from 747); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFFF0 is #03000F. Grayscale: #FCFCFC. Windows color (decimal): -196624 or 15794172. OLE color: 15794172.
HSL color Cylindrical-coordinate representation of color #FCFFF0: hue angle of 72º degrees, saturation: 1, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FCFFF0 is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
RGB | 252 | 255 | 240 | - |
CMYK | 0.01 | 0 | 0.06 | 0 |
HSL | 72º | 1% | 0.97% | - |
HSV(B) | 72º | 0.06% | 1% | - |
XYZ | 91.63 | 98.51 | 96.62 | - |
YUV | 252.39 | 121.01 | 127.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 255 | 240 | 0.01 | 0 | 0.06 | 0 | 72 | 1 | 0.97 |
Hex | FC | FF | F0 | 1 | 0 | 6 | 0 | 48 | 64 | 61 |
Octal | 374 | 377 | 360 | 1 | 0 | 6 | 0 | 110 | 144 | 141 |
Binary | 11111100 | 11111111 | 11110000 | 1 | 0 | 110 | 0 | 1001000 | 1100100 | 1100001 |
Color Harmonies of #FCFFF0
Complementary color
Monochromatic Colors of #FCFFF0
Black with #FCFFF0
Text Example
Text Example
White with #FCFFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFFF0; }
p { color: rgb(252,255,240); }
H1.HeaderClassName
{
color: #FCFFF0;
}
.AnyTagClassName
{
color: #FCFFF0;
}
</style>
background-color css
<style>
a { background-color: #FCFFF0; }
a { background-color: rgb(252,255,240); }
div.DivClassName
{
background-color: #FCFFF0;
}
.BgClassName
{
background-color: #FCFFF0;
}
</style>
border-color css
<style>
span { border-color: #FCFFF0; }
span { border-color: rgb(252,255,240); }
td.TdClassName
{
border-color: #FCFFF0;
}
.TagClassName
{
border-color: #FCFFF0;
}
</style>