#FAFEE6

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

Shades of Twilight Blue #FAFEE6

Tints of Twilight Blue #FAFEE6

Color information

#FAFEE6 (or 0xFAFEE6) is unknown color: approx Twilight Blue. HEX triplet: FA, FE and E6. RGB value is (250,254,230). Sum of RGB (Red+Green+Blue) = 250+254+230=734 (97% of max value = 765). Red value is 250 (98.05% from 255 or 34.06% from 734); Green value is 254 (99.61% from 255 or 34.60% from 734); Blue value is 230 (90.23% from 255 or 31.34% from 734); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEE6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEE6 is #050119. Grayscale: #FAFAFA. Windows color (decimal): -327962 or 15138554. OLE color: 15138554.

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

Color convert

RGB250254230-
CMYK0.0200.090.00
HSL70º92.31%94.9%-
HSV(B)70º9.45%99.61%-
XYZ89.1596.9288.87-
YUV250.07116.67127.95-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 34.06%
GREEN value IS 254 (99.61% from 255) = 34.60%
BLUE value IS 230 (90.23% from 255) = 31.34%
R=34.06%
G=34.60%
B=31.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2502542300.0200.090.007092.3194.9
HexFAFEE62090465c5f
Octal37237634620110106134137
Binary11111010111111101110011010010010100011010111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFEE6; }

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

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

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

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

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

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

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

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