#FAEBFB

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

Shades of Selago #FAEBFB

Tints of Selago #FAEBFB

Color information

#FAEBFB (or 0xFAEBFB) is unknown color: approx Selago. HEX triplet: FA, EB and FB. RGB value is (250,235,251). Sum of RGB (Red+Green+Blue) = 250+235+251=736 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.97% from 736); Green value is 235 (92.19% from 255 or 31.93% from 736); Blue value is 251 (98.44% from 255 or 34.10% from 736); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAEBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBFB is #051404. Grayscale: #F1F1F1. Windows color (decimal): -332805 or 16509946. OLE color: 16509946.

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

Color convert

RGB250235251-
CMYK0.000.0600.02
HSL296.25º66.67%95.29%-
HSV(B)296.25º6.37%98.43%-
XYZ86.5586.71103.44-
YUV241.31133.47134.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.97%
GREEN value IS 235 (92.19% from 255) = 31.93%
BLUE value IS 251 (98.44% from 255) = 34.10%
R=33.97%
G=31.93%
B=34.10%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502352510.000.0600.02296.2566.6795.29
HexFAEBFB0602128435f
Octal3723533730602450103137
Binary111110101110101111111011011001010010100010000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBFB; }

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

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

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

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

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

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

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

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