#FAFCF5

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

Shades of Twilight Blue #FAFCF5

Tints of Twilight Blue #FAFCF5

Color information

#FAFCF5 (or 0xFAFCF5) is unknown color: approx Twilight Blue. HEX triplet: FA, FC and F5. RGB value is (250,252,245). Sum of RGB (Red+Green+Blue) = 250+252+245=747 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.47% from 747); Green value is 252 (98.83% from 255 or 33.73% from 747); Blue value is 245 (96.09% from 255 or 32.80% from 747); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCF5 is #05030A. Grayscale: #FAFAFA. Windows color (decimal): -328459 or 16121082. OLE color: 16121082.

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

Color convert

RGB250252245-
CMYK0.0100.030.01
HSL77.14º53.85%97.45%-
HSV(B)77.14º2.78%98.82%-
XYZ90.7296.54100.24-
YUV250.6124.84127.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.47%
GREEN value IS 252 (98.83% from 255) = 33.73%
BLUE value IS 245 (96.09% from 255) = 32.80%
R=33.47%
G=33.73%
B=32.80%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502522450.0100.030.0177.1453.8597.45
HexFAFCF510314d3661
Octal372374365103111566141
Binary1111101011111100111101011011110011011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCF5; }

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

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

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

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

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

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

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

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