#FAFFEE

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

Shades of Twilight Blue #FAFFEE

Tints of Twilight Blue #FAFFEE

Color information

#FAFFEE (or 0xFAFFEE) is unknown color: approx Twilight Blue. HEX triplet: FA, FF and EE. RGB value is (250,255,238). Sum of RGB (Red+Green+Blue) = 250+255+238=743 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.65% from 743); Green value is 255 (100% from 255 or 34.32% from 743); Blue value is 238 (93.36% from 255 or 32.03% from 743); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFEE is #050011. Grayscale: #FBFBFB. Windows color (decimal): -327698 or 15663098. OLE color: 15663098.

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

Color convert

RGB250255238-
CMYK0.0200.070
HSL77.65º100%96.67%-
HSV(B)77.65º6.67%100%-
XYZ90.6298.0295.03-
YUV251.57120.34126.88-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.65%
GREEN value IS 255 (100% from 255) = 34.32%
BLUE value IS 238 (93.36% from 255) = 32.03%
R=33.65%
G=34.32%
B=32.03%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552380.0200.07077.6510096.67
HexFAFFEE20704e6461
Octal3723773562070116144141
Binary1111101011111111111011101001110100111011001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFEE; }

 p { color: rgb(250,255,238); }

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

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

 a { background-color: rgb(250,255,238); }

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

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

 span { border-color: rgb(250,255,238); }

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