Shades of Twilight Blue #FAFFE6
Tints of Twilight Blue #FAFFE6
RGB
CMYK
RGB Variations
Color information
#FAFFE6 (or 0xFAFFE6) is known color: Twilight Blue. HEX triplet: FA, FF and E6. RGB value is (250,255,230). Sum of RGB (Red+Green+Blue) = 250+255+230=735 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.01% from 735); Green value is 255 (100% from 255 or 34.69% from 735); Blue value is 230 (90.23% from 255 or 31.29% from 735); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFE6 is #050019. Grayscale: #FAFAFA. Windows color (decimal): -327706 or 15138810. OLE color: 15138810.
HSL color Cylindrical-coordinate representation of color #FAFFE6: hue angle of 72º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FAFFE6 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 230 | - |
| CMYK | 0.02 | 0 | 0.10 | 0 |
| HSL | 72º | 1% | 0.95% | - |
| HSV(B) | 72º | 0.1% | 1% | - |
| XYZ | 89.47 | 97.56 | 88.98 | - |
| YUV | 250.66 | 116.34 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 230 | 0.02 | 0 | 0.10 | 0 | 72 | 1 | 0.95 |
| Hex | FA | FF | E6 | 2 | 0 | A | 0 | 48 | 64 | 5F |
| Octal | 372 | 377 | 346 | 2 | 0 | 12 | 0 | 110 | 144 | 137 |
| Binary | 11111010 | 11111111 | 11100110 | 10 | 0 | 1010 | 0 | 1001000 | 1100100 | 1011111 |
Color Harmonies of #FAFFE6
Complementary color
Monochromatic Colors of #FAFFE6
Black with #FAFFE6
Text Example
Text Example
White with #FAFFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFE6; }
p { color: rgb(250,255,230); }
H1.HeaderClassName
{
color: #FAFFE6;
}
.AnyTagClassName
{
color: #FAFFE6;
}
</style>
background-color css
<style>
a { background-color: #FAFFE6; }
a { background-color: rgb(250,255,230); }
div.DivClassName
{
background-color: #FAFFE6;
}
.BgClassName
{
background-color: #FAFFE6;
}
</style>
border-color css
<style>
span { border-color: #FAFFE6; }
span { border-color: rgb(250,255,230); }
td.TdClassName
{
border-color: #FAFFE6;
}
.TagClassName
{
border-color: #FAFFE6;
}
</style>