Shades of Twilight Blue #FCFEF2
Tints of Twilight Blue #FCFEF2
RGB
CMYK
RGB Variations
Color information
#FCFEF2 (or 0xFCFEF2) is known color: Twilight Blue. HEX triplet: FC, FE and F2. RGB value is (252,254,242). Sum of RGB (Red+Green+Blue) = 252+254+242=748 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.69% from 748); Green value is 254 (99.61% from 255 or 33.96% from 748); Blue value is 242 (94.92% from 255 or 32.35% from 748); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEF2 is #03010D. Grayscale: #FCFCFC. Windows color (decimal): -196878 or 15924988. OLE color: 15924988.
HSL color Cylindrical-coordinate representation of color #FCFEF2: hue angle of 70º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FCFEF2 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 242 | - |
CMYK | 0.01 | 0 | 0.05 | 0.00 |
HSL | 70º | 0.86% | 0.97% | - |
HSV(B) | 70º | 0.05% | 1% | - |
XYZ | 91.61 | 97.99 | 98.09 | - |
YUV | 252.03 | 122.34 | 127.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 242 | 0.01 | 0 | 0.05 | 0.00 | 70 | 0.86 | 0.97 |
Hex | FC | FE | F2 | 1 | 0 | 5 | 0 | 46 | 56 | 61 |
Octal | 374 | 376 | 362 | 1 | 0 | 5 | 0 | 106 | 126 | 141 |
Binary | 11111100 | 11111110 | 11110010 | 1 | 0 | 101 | 0 | 1000110 | 1010110 | 1100001 |
Color Harmonies of #FCFEF2
Complementary color
Monochromatic Colors of #FCFEF2
Black with #FCFEF2
Text Example
Text Example
White with #FCFEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEF2; }
p { color: rgb(252,254,242); }
H1.HeaderClassName
{
color: #FCFEF2;
}
.AnyTagClassName
{
color: #FCFEF2;
}
</style>
background-color css
<style>
a { background-color: #FCFEF2; }
a { background-color: rgb(252,254,242); }
div.DivClassName
{
background-color: #FCFEF2;
}
.BgClassName
{
background-color: #FCFEF2;
}
</style>
border-color css
<style>
span { border-color: #FCFEF2; }
span { border-color: rgb(252,254,242); }
td.TdClassName
{
border-color: #FCFEF2;
}
.TagClassName
{
border-color: #FCFEF2;
}
</style>