#FAFCF1

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

Shades of Twilight Blue #FAFCF1

Tints of Twilight Blue #FAFCF1

Color information

#FAFCF1 (or 0xFAFCF1) is unknown color: approx Twilight Blue. HEX triplet: FA, FC and F1. RGB value is (250,252,241). Sum of RGB (Red+Green+Blue) = 250+252+241=743 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.65% from 743); Green value is 252 (98.83% from 255 or 33.92% from 743); Blue value is 241 (94.53% from 255 or 32.44% from 743); Max value from RGB is 252 - color contains mainly: green. Hex color #FAFCF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFCF1 is #05030E. Grayscale: #FAFAFA. Windows color (decimal): -328463 or 15858938. OLE color: 15858938.

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

Color convert

RGB250252241-
CMYK0.0100.040.01
HSL70.91º64.71%96.67%-
HSV(B)70.91º4.37%98.82%-
XYZ90.1196.397.06-
YUV250.15122.84127.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.65%
GREEN value IS 252 (98.83% from 255) = 33.92%
BLUE value IS 241 (94.53% from 255) = 32.44%
R=33.65%
G=33.92%
B=32.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502522410.0100.040.0170.9164.7196.67
HexFAFCF11041474161
Octal3723743611041107101141
Binary111110101111110011110001101001100011110000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFCF1; }

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

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

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

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

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

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

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

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