Shades of Twilight Blue #FAFDEC
Tints of Twilight Blue #FAFDEC
RGB
CMYK
RGB Variations
Color information
#FAFDEC (or 0xFAFDEC) is known color: Twilight Blue. HEX triplet: FA, FD and EC. RGB value is (250,253,236). Sum of RGB (Red+Green+Blue) = 250+253+236=739 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.83% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 236 (92.58% from 255 or 31.94% from 739); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDEC is #050213. Grayscale: #FAFAFA. Windows color (decimal): -328212 or 15531514. OLE color: 15531514.
HSL color Cylindrical-coordinate representation of color #FAFDEC: hue angle of 70.59º degrees, saturation: 0.81, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FAFDEC is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 253 | 236 | - |
CMYK | 0.01 | 0 | 0.07 | 0.01 |
HSL | 70.59º | 0.81% | 0.96% | - |
HSV(B) | 70.59º | 0.07% | 0.99% | - |
XYZ | 89.69 | 96.63 | 93.28 | - |
YUV | 250.17 | 120.01 | 127.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 253 | 236 | 0.01 | 0 | 0.07 | 0.01 | 70.59 | 0.81 | 0.96 |
Hex | FA | FD | EC | 1 | 0 | 7 | 1 | 47 | 51 | 60 |
Octal | 372 | 375 | 354 | 1 | 0 | 7 | 1 | 107 | 121 | 140 |
Binary | 11111010 | 11111101 | 11101100 | 1 | 0 | 111 | 1 | 1000111 | 1010001 | 1100000 |
Color Harmonies of #FAFDEC
Complementary color
Monochromatic Colors of #FAFDEC
Black with #FAFDEC
Text Example
Text Example
White with #FAFDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDEC; }
p { color: rgb(250,253,236); }
H1.HeaderClassName
{
color: #FAFDEC;
}
.AnyTagClassName
{
color: #FAFDEC;
}
</style>
background-color css
<style>
a { background-color: #FAFDEC; }
a { background-color: rgb(250,253,236); }
div.DivClassName
{
background-color: #FAFDEC;
}
.BgClassName
{
background-color: #FAFDEC;
}
</style>
border-color css
<style>
span { border-color: #FAFDEC; }
span { border-color: rgb(250,253,236); }
td.TdClassName
{
border-color: #FAFDEC;
}
.TagClassName
{
border-color: #FAFDEC;
}
</style>