Shades of Twilight Blue #FCFEF8
Tints of Twilight Blue #FCFEF8
RGB
CMYK
RGB Variations
Color information
#FCFEF8 (or 0xFCFEF8) is known color: Twilight Blue. HEX triplet: FC, FE and F8. RGB value is (252,254,248). Sum of RGB (Red+Green+Blue) = 252+254+248=754 (99% of max value = 765). Red value is 252 (98.83% from 255 or 33.42% from 754); Green value is 254 (99.61% from 255 or 33.69% from 754); Blue value is 248 (97.27% from 255 or 32.89% from 754); Max value from RGB is 254 - color contains mainly: green. Hex color #FCFEF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FCFEF8 is #030107. Grayscale: #FCFCFC. Windows color (decimal): -196872 or 16318204. OLE color: 16318204.
HSL color Cylindrical-coordinate representation of color #FCFEF8: hue angle of 80º degrees, saturation: 0.75, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FCFEF8 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 252 | 254 | 248 | - |
CMYK | 0.01 | 0 | 0.02 | 0.00 |
HSL | 80º | 0.75% | 0.98% | - |
HSV(B) | 80º | 0.02% | 1% | - |
XYZ | 92.53 | 98.36 | 102.91 | - |
YUV | 252.72 | 125.34 | 127.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 254 | 248 | 0.01 | 0 | 0.02 | 0.00 | 80 | 0.75 | 0.98 |
Hex | FC | FE | F8 | 1 | 0 | 2 | 0 | 50 | 4B | 62 |
Octal | 374 | 376 | 370 | 1 | 0 | 2 | 0 | 120 | 113 | 142 |
Binary | 11111100 | 11111110 | 11111000 | 1 | 0 | 10 | 0 | 1010000 | 1001011 | 1100010 |
Color Harmonies of #FCFEF8
Complementary color
Monochromatic Colors of #FCFEF8
Black with #FCFEF8
Text Example
Text Example
White with #FCFEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFEF8; }
p { color: rgb(252,254,248); }
H1.HeaderClassName
{
color: #FCFEF8;
}
.AnyTagClassName
{
color: #FCFEF8;
}
</style>
background-color css
<style>
a { background-color: #FCFEF8; }
a { background-color: rgb(252,254,248); }
div.DivClassName
{
background-color: #FCFEF8;
}
.BgClassName
{
background-color: #FCFEF8;
}
</style>
border-color css
<style>
span { border-color: #FCFEF8; }
span { border-color: rgb(252,254,248); }
td.TdClassName
{
border-color: #FCFEF8;
}
.TagClassName
{
border-color: #FCFEF8;
}
</style>