Shades of Twilight Blue #FAFCF0
Tints of Twilight Blue #FAFCF0
RGB
CMYK
RGB Variations
Color information
#FAFCF0 (or 0xFAFCF0) is known color: Twilight Blue. HEX triplet: FA, FC and F0. RGB value is (250,252,240). Sum of RGB (Red+Green+Blue) = 250+252+240=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 240 (94.14% from 255 or 32.35% from 742); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCF0 is #05030F. Grayscale: #FAFAFA. Windows color (decimal): -328464 or 15793402. OLE color: 15793402.
HSL color Cylindrical-coordinate representation of color #FAFCF0: hue angle of 70º degrees, saturation: 0.67, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAFCF0 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 252 | 240 | - |
CMYK | 0.01 | 0 | 0.05 | 0.01 |
HSL | 70º | 0.67% | 0.96% | - |
HSV(B) | 70º | 0.05% | 0.99% | - |
XYZ | 89.96 | 96.24 | 96.27 | - |
YUV | 250.03 | 122.34 | 127.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 252 | 240 | 0.01 | 0 | 0.05 | 0.01 | 70 | 0.67 | 0.96 |
Hex | FA | FC | F0 | 1 | 0 | 5 | 1 | 46 | 43 | 60 |
Octal | 372 | 374 | 360 | 1 | 0 | 5 | 1 | 106 | 103 | 140 |
Binary | 11111010 | 11111100 | 11110000 | 1 | 0 | 101 | 1 | 1000110 | 1000011 | 1100000 |
Color Harmonies of #FAFCF0
Complementary color
Monochromatic Colors of #FAFCF0
Black with #FAFCF0
Text Example
Text Example
White with #FAFCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFCF0; }
p { color: rgb(250,252,240); }
H1.HeaderClassName
{
color: #FAFCF0;
}
.AnyTagClassName
{
color: #FAFCF0;
}
</style>
background-color css
<style>
a { background-color: #FAFCF0; }
a { background-color: rgb(250,252,240); }
div.DivClassName
{
background-color: #FAFCF0;
}
.BgClassName
{
background-color: #FAFCF0;
}
</style>
border-color css
<style>
span { border-color: #FAFCF0; }
span { border-color: rgb(250,252,240); }
td.TdClassName
{
border-color: #FAFCF0;
}
.TagClassName
{
border-color: #FAFCF0;
}
</style>