#FAFFF3

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

Shades of Twilight Blue #FAFFF3

Tints of Twilight Blue #FAFFF3

Color information

#FAFFF3 (or 0xFAFFF3) is unknown color: approx Twilight Blue. HEX triplet: FA, FF and F3. RGB value is (250,255,243). Sum of RGB (Red+Green+Blue) = 250+255+243=748 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.42% from 748); Green value is 255 (100% from 255 or 34.09% from 748); Blue value is 243 (95.31% from 255 or 32.49% from 748); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFF3 is #05000C. Grayscale: #FCFCFC. Windows color (decimal): -327693 or 15990778. OLE color: 15990778.

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

Color convert

RGB250255243-
CMYK0.0200.050
HSL85º100%97.65%-
HSV(B)85º4.71%100%-
XYZ91.3698.3298.96-
YUV252.14122.84126.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.42%
GREEN value IS 255 (100% from 255) = 34.09%
BLUE value IS 243 (95.31% from 255) = 32.49%
R=33.42%
G=34.09%
B=32.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2502552430.0200.0508510097.65
HexFAFFF32050556462
Octal3723773632050125144142
Binary1111101011111111111100111001010101010111001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFFF3; }

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

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

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

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

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

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

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

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