#FAF5FA

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

Shades of Selago #FAF5FA

Tints of Selago #FAF5FA

Color information

#FAF5FA (or 0xFAF5FA) is unknown color: approx Selago. HEX triplet: FA, F5 and FA. RGB value is (250,245,250). Sum of RGB (Red+Green+Blue) = 250+245+250=745 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.56% from 745); Green value is 245 (96.09% from 255 or 32.89% from 745); Blue value is 250 (98.05% from 255 or 33.56% from 745); Max value from RGB is 250 - color contains mainly: red, blue. Hex color #FAF5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5FA is #050A05. Grayscale: #F7F7F7. Windows color (decimal): -330246 or 16446970. OLE color: 16446970.

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

Color convert

RGB250245250-
CMYK00.0200.02
HSL300º33.33%97.06%-
HSV(B)300º2%98.04%-
XYZ89.3392.53103.59-
YUV247.06129.66130.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.56%
GREEN value IS 245 (96.09% from 255) = 32.89%
BLUE value IS 250 (98.05% from 255) = 33.56%
R=33.56%
G=32.89%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024525000.0200.0230033.3397.06
HexFAF5FA020212c2161
Octal372365372020245441141
Binary1111101011110101111110100100101001011001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF5FA; }

 p { color: rgb(250,245,250); }

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

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

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

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

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

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

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