#FAFEF1

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

Shades of Twilight Blue #FAFEF1

Tints of Twilight Blue #FAFEF1

Color information

#FAFEF1 (or 0xFAFEF1) is unknown color: approx Twilight Blue. HEX triplet: FA, FE and F1. RGB value is (250,254,241). Sum of RGB (Red+Green+Blue) = 250+254+241=745 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.56% from 745); Green value is 254 (99.61% from 255 or 34.09% from 745); Blue value is 241 (94.53% from 255 or 32.35% from 745); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEF1 is #05010E. Grayscale: #FBFBFB. Windows color (decimal): -327951 or 15859450. OLE color: 15859450.

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

Color convert

RGB250254241-
CMYK0.0200.050.00
HSL78.46º86.67%97.06%-
HSV(B)78.46º5.12%99.61%-
XYZ90.7497.5697.27-
YUV251.32122.17127.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.56%
GREEN value IS 254 (99.61% from 255) = 34.09%
BLUE value IS 241 (94.53% from 255) = 32.35%
R=33.56%
G=34.09%
B=32.35%

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
Decimal2502542410.0200.050.0078.4686.6797.06
HexFAFEF120504e5761
Octal3723763612050116127141
Binary1111101011111110111100011001010100111010101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEF1; }

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

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

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

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

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

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

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

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