Shades of Twilight Blue #FAFDEF
Tints of Twilight Blue #FAFDEF
RGB
CMYK
RGB Variations
Color information
#FAFDEF (or 0xFAFDEF) is known color: Twilight Blue. HEX triplet: FA, FD and EF. RGB value is (250,253,239). Sum of RGB (Red+Green+Blue) = 250+253+239=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 239 (93.75% from 255 or 32.21% from 742); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDEF is #050210. Grayscale: #FAFAFA. Windows color (decimal): -328209 or 15728122. OLE color: 15728122.
HSL color Cylindrical-coordinate representation of color #FAFDEF: hue angle of 72.86º degrees, saturation: 0.78, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FAFDEF is Cyan = 0.01, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 253 | 239 | - |
| CMYK | 0.01 | 0 | 0.06 | 0.01 |
| HSL | 72.86º | 0.78% | 0.96% | - |
| HSV(B) | 72.86º | 0.06% | 0.99% | - |
| XYZ | 90.13 | 96.81 | 95.6 | - |
| YUV | 250.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 253 | 239 | 0.01 | 0 | 0.06 | 0.01 | 72.86 | 0.78 | 0.96 |
| Hex | FA | FD | EF | 1 | 0 | 6 | 1 | 49 | 4E | 60 |
| Octal | 372 | 375 | 357 | 1 | 0 | 6 | 1 | 111 | 116 | 140 |
| Binary | 11111010 | 11111101 | 11101111 | 1 | 0 | 110 | 1 | 1001001 | 1001110 | 1100000 |
Color Harmonies of #FAFDEF
Complementary color
Monochromatic Colors of #FAFDEF
Black with #FAFDEF
Text Example
Text Example
White with #FAFDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDEF; }
p { color: rgb(250,253,239); }
H1.HeaderClassName
{
color: #FAFDEF;
}
.AnyTagClassName
{
color: #FAFDEF;
}
</style>
background-color css
<style>
a { background-color: #FAFDEF; }
a { background-color: rgb(250,253,239); }
div.DivClassName
{
background-color: #FAFDEF;
}
.BgClassName
{
background-color: #FAFDEF;
}
</style>
border-color css
<style>
span { border-color: #FAFDEF; }
span { border-color: rgb(250,253,239); }
td.TdClassName
{
border-color: #FAFDEF;
}
.TagClassName
{
border-color: #FAFDEF;
}
</style>