Shades of Twilight Blue #FDFEFA
Tints of Twilight Blue #FDFEFA
RGB
CMYK
RGB Variations
Color information
#FDFEFA (or 0xFDFEFA) is known color: Twilight Blue. HEX triplet: FD, FE and FA. RGB value is (253,254,250). Sum of RGB (Red+Green+Blue) = 253+254+250=757 (100% of max value = 765). Red value is 253 (99.22% from 255 or 33.42% from 757); Green value is 254 (99.61% from 255 or 33.55% from 757); Blue value is 250 (98.05% from 255 or 33.03% from 757); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDFEFA is #020105. Grayscale: #FDFDFD. Windows color (decimal): -131334 or 16449277. OLE color: 16449277.
HSL color Cylindrical-coordinate representation of color #FDFEFA: hue angle of 75º degrees, saturation: 0.67, lightness: 0.99%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDFEFA is Cyan = 0.00, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 253 | 254 | 250 | - |
CMYK | 0.00 | 0 | 0.02 | 0.00 |
HSL | 75º | 0.67% | 0.99% | - |
HSV(B) | 75º | 0.02% | 1% | - |
XYZ | 93.21 | 98.67 | 104.57 | - |
YUV | 253.25 | 126.17 | 127.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 254 | 250 | 0.00 | 0 | 0.02 | 0.00 | 75 | 0.67 | 0.99 |
Hex | FD | FE | FA | 0 | 0 | 2 | 0 | 4B | 43 | 63 |
Octal | 375 | 376 | 372 | 0 | 0 | 2 | 0 | 113 | 103 | 143 |
Binary | 11111101 | 11111110 | 11111010 | 0 | 0 | 10 | 0 | 1001011 | 1000011 | 1100011 |
Color Harmonies of #FDFEFA
Complementary color
Monochromatic Colors of #FDFEFA
Black with #FDFEFA
Text Example
Text Example
White with #FDFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFEFA; }
p { color: rgb(253,254,250); }
H1.HeaderClassName
{
color: #FDFEFA;
}
.AnyTagClassName
{
color: #FDFEFA;
}
</style>
background-color css
<style>
a { background-color: #FDFEFA; }
a { background-color: rgb(253,254,250); }
div.DivClassName
{
background-color: #FDFEFA;
}
.BgClassName
{
background-color: #FDFEFA;
}
</style>
border-color css
<style>
span { border-color: #FDFEFA; }
span { border-color: rgb(253,254,250); }
td.TdClassName
{
border-color: #FDFEFA;
}
.TagClassName
{
border-color: #FDFEFA;
}
</style>