#FAFEEF

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

Shades of Twilight Blue #FAFEEF

Tints of Twilight Blue #FAFEEF

Color information

#FAFEEF (or 0xFAFEEF) is unknown color: approx Twilight Blue. HEX triplet: FA, FE and EF. RGB value is (250,254,239). Sum of RGB (Red+Green+Blue) = 250+254+239=743 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.65% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 239 (93.75% from 255 or 32.17% from 743); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEEF is #050110. Grayscale: #FBFBFB. Windows color (decimal): -327953 or 15728378. OLE color: 15728378.

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

Color convert

RGB250254239-
CMYK0.0200.060.00
HSL76º88.24%96.67%-
HSV(B)76º5.91%99.61%-
XYZ90.4597.4495.7-
YUV251.09121.17127.22-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.65%
GREEN value IS 254 (99.61% from 255) = 34.19%
BLUE value IS 239 (93.75% from 255) = 32.17%
R=33.65%
G=34.19%
B=32.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502542390.0200.060.007688.2496.67
HexFAFEEF20604c5861
Octal3723763572060114130141
Binary1111101011111110111011111001100100110010110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEEF; }

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

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

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

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

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

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

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

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