#FAFEF2

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

Shades of Twilight Blue #FAFEF2

Tints of Twilight Blue #FAFEF2

Color information

#FAFEF2 (or 0xFAFEF2) is unknown color: approx Twilight Blue. HEX triplet: FA, FE and F2. RGB value is (250,254,242). Sum of RGB (Red+Green+Blue) = 250+254+242=746 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.51% from 746); Green value is 254 (99.61% from 255 or 34.05% from 746); Blue value is 242 (94.92% from 255 or 32.44% from 746); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEF2 is #05010D. Grayscale: #FBFBFB. Windows color (decimal): -327950 or 15924986. OLE color: 15924986.

HSL color Cylindrical-coordinate representation of color #FAFEF2: hue angle of 80º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FAFEF2 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.00.

Color convert

RGB250254242-
CMYK0.0200.050.00
HSL80º85.71%97.25%-
HSV(B)80º4.72%99.61%-
XYZ90.8997.6298.06-
YUV251.44122.67126.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.51%
GREEN value IS 254 (99.61% from 255) = 34.05%
BLUE value IS 242 (94.92% from 255) = 32.44%
R=33.51%
G=34.05%
B=32.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502542420.0200.050.008085.7197.25
HexFAFEF22050505661
Octal3723763622050120126141
Binary1111101011111110111100101001010101000010101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEF2; }

 p { color: rgb(250,254,242); }

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

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

 a { background-color: rgb(250,254,242); }

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

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

 span { border-color: rgb(250,254,242); }

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