#FAFFED

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

Shades of Twilight Blue #FAFFED

Tints of Twilight Blue #FAFFED

Color information

#FAFFED (or 0xFAFFED) is unknown color: approx Twilight Blue. HEX triplet: FA, FF and ED. RGB value is (250,255,237). Sum of RGB (Red+Green+Blue) = 250+255+237=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 255 (100% from 255 or 34.37% from 742); Blue value is 237 (92.97% from 255 or 31.94% from 742); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFED is #050012. Grayscale: #FBFBFB. Windows color (decimal): -327699 or 15597562. OLE color: 15597562.

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

Color convert

RGB250255237-
CMYK0.0200.070
HSL76.67º100%96.47%-
HSV(B)76.67º7.06%100%-
XYZ90.4797.9694.26-
YUV251.45119.84126.96-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.69%
GREEN value IS 255 (100% from 255) = 34.37%
BLUE value IS 237 (92.97% from 255) = 31.94%
R=33.69%
G=34.37%
B=31.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552370.0200.07076.6710096.47
HexFAFFED20704d6460
Octal3723773552070115144140
Binary1111101011111111111011011001110100110111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFED; }

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

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

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

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

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

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

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

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