#FAFDF3

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

Shades of Twilight Blue #FAFDF3

Tints of Twilight Blue #FAFDF3

Color information

#FAFDF3 (or 0xFAFDF3) is unknown color: approx Twilight Blue. HEX triplet: FA, FD and F3. RGB value is (250,253,243). Sum of RGB (Red+Green+Blue) = 250+253+243=746 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.51% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 243 (95.31% from 255 or 32.57% from 746); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDF3 is #05020C. Grayscale: #FAFAFA. Windows color (decimal): -328205 or 15990266. OLE color: 15990266.

HSL color Cylindrical-coordinate representation of color #FAFDF3: hue angle of 78º degrees, saturation: 0.71, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FAFDF3 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB250253243-
CMYK0.0100.040.01
HSL78º71.43%97.25%-
HSV(B)78º3.95%99.22%-
XYZ90.7397.0598.74-
YUV250.96123.51127.31-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.51%
GREEN value IS 253 (99.22% from 255) = 33.91%
BLUE value IS 243 (95.31% from 255) = 32.57%
R=33.51%
G=33.91%
B=32.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502532430.0100.040.017871.4397.25
HexFAFDF310414e4761
Octal3723753631041116107141
Binary111110101111110111110011101001100111010001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAFDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAFDF3; }

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

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

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

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

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

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

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

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