Shades of Twilight Blue #FAFFF3
Tints of Twilight Blue #FAFFF3
RGB
CMYK
RGB Variations
Color information
#FAFFF3 (or 0xFAFFF3) is known color: Twilight Blue. HEX triplet: FA, FF and F3. RGB value is (250,255,243). Sum of RGB (Red+Green+Blue) = 250+255+243=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 255 (100% from 255 or 34.09% from 748); Blue value is 243 (95.31% from 255 or 32.49% from 748); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFF3 is #05000C. Grayscale: #FCFCFC. Windows color (decimal): -327693 or 15990778. OLE color: 15990778.
HSL color Cylindrical-coordinate representation of color #FAFFF3: hue angle of 85º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAFFF3 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 243 | - |
| CMYK | 0.02 | 0 | 0.05 | 0 |
| HSL | 85º | 1% | 0.98% | - |
| HSV(B) | 85º | 0.05% | 1% | - |
| XYZ | 91.36 | 98.32 | 98.96 | - |
| YUV | 252.14 | 122.84 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 243 | 0.02 | 0 | 0.05 | 0 | 85 | 1 | 0.98 |
| Hex | FA | FF | F3 | 2 | 0 | 5 | 0 | 55 | 64 | 62 |
| Octal | 372 | 377 | 363 | 2 | 0 | 5 | 0 | 125 | 144 | 142 |
| Binary | 11111010 | 11111111 | 11110011 | 10 | 0 | 101 | 0 | 1010101 | 1100100 | 1100010 |
Color Harmonies of #FAFFF3
Complementary color
Monochromatic Colors of #FAFFF3
Black with #FAFFF3
Text Example
Text Example
White with #FAFFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFF3; }
p { color: rgb(250,255,243); }
H1.HeaderClassName
{
color: #FAFFF3;
}
.AnyTagClassName
{
color: #FAFFF3;
}
</style>
background-color css
<style>
a { background-color: #FAFFF3; }
a { background-color: rgb(250,255,243); }
div.DivClassName
{
background-color: #FAFFF3;
}
.BgClassName
{
background-color: #FAFFF3;
}
</style>
border-color css
<style>
span { border-color: #FAFFF3; }
span { border-color: rgb(250,255,243); }
td.TdClassName
{
border-color: #FAFFF3;
}
.TagClassName
{
border-color: #FAFFF3;
}
</style>