#FAF3FB

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

Shades of Selago #FAF3FB

Tints of Selago #FAF3FB

Color information

#FAF3FB (or 0xFAF3FB) is unknown color: approx Selago. HEX triplet: FA, F3 and FB. RGB value is (250,243,251). Sum of RGB (Red+Green+Blue) = 250+243+251=744 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.60% from 744); Green value is 243 (95.31% from 255 or 32.66% from 744); Blue value is 251 (98.44% from 255 or 33.74% from 744); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAF3FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF3FB is #050C04. Grayscale: #F5F5F5. Windows color (decimal): -330757 or 16511994. OLE color: 16511994.

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

Color convert

RGB250243251-
CMYK0.000.0300.02
HSL292.5º50%96.86%-
HSV(B)292.5º3.19%98.43%-
XYZ88.8991.39104.22-
YUV246130.82130.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.60%
GREEN value IS 243 (95.31% from 255) = 32.66%
BLUE value IS 251 (98.44% from 255) = 33.74%
R=33.60%
G=32.66%
B=33.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502432510.000.0300.02292.55096.86
HexFAF3FB03021243261
Octal372363373030244462141
Binary1111101011110011111110110110101001001001100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3FB; }

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

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

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

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

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

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

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

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