#FAFCF6

Color #FAFCF6 Twilight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twilight Blue #FAFCF6

Tints of Twilight Blue #FAFCF6

Color information

#FAFCF6 (or 0xFAFCF6) is unknown color: approx Twilight Blue. HEX triplet: FA, FC and F6. RGB value is (250,252,246). Sum of RGB (Red+Green+Blue) = 250+252+246=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 252 (98.83% from 255 or 33.69% from 748); Blue value is 246 (96.48% from 255 or 32.89% from 748); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCF6 is #050309. Grayscale: #FAFAFA. Windows color (decimal): -328458 or 16186618. OLE color: 16186618.

HSL color Cylindrical-coordinate representation of color #FAFCF6: hue angle of 80º degrees, saturation: 0.5, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAFCF6 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB250252246-
CMYK0.0100.020.01
HSL80º50%97.65%-
HSV(B)80º2.38%98.82%-
XYZ90.8796.6101.04-
YUV250.72125.34127.49-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 250 (98.05% from 255) = 33.42%
GREEN value IS 252 (98.83% from 255) = 33.69%
BLUE value IS 246 (96.48% from 255) = 32.89%
R=33.42%
G=33.69%
B=32.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502522460.0100.020.01805097.65
HexFAFCF61021503262
Octal372374366102112062142
Binary1111101011111100111101101010110100001100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCF6; }

 p { color: rgb(250,252,246); }

 H1.HeaderClassName
 {
   color: #FAFCF6;
 }
 .AnyTagClassName
 {
   color: #FAFCF6;
 }
</style>
background-color css

<style>
 a { background-color: #FAFCF6; }

 a { background-color: rgb(250,252,246); }

 div.DivClassName
 {
   background-color: #FAFCF6;
 }
 .BgClassName
 {
   background-color: #FAFCF6;
 }
</style>
border-color css

<style>
 span { border-color: #FAFCF6; }

 span { border-color: rgb(250,252,246); }

 td.TdClassName
 {
   border-color: #FAFCF6;
 }
 .TagClassName
 {
   border-color: #FAFCF6;
 }
</style>