#FAEBFC

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

Shades of Selago #FAEBFC

Tints of Selago #FAEBFC

Color information

#FAEBFC (or 0xFAEBFC) is unknown color: approx Selago. HEX triplet: FA, EB and FC. RGB value is (250,235,252). Sum of RGB (Red+Green+Blue) = 250+235+252=737 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.92% from 737); Green value is 235 (92.19% from 255 or 31.89% from 737); Blue value is 252 (98.83% from 255 or 34.19% from 737); Max value from RGB is 252 - color contains mainly: blue. Hex color #FAEBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEBFC is #051403. Grayscale: #F1F1F1. Windows color (decimal): -332804 or 16575482. OLE color: 16575482.

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

Color convert

RGB250235252-
CMYK0.010.0700.01
HSL292.94º73.91%95.49%-
HSV(B)292.94º6.75%98.82%-
XYZ86.786.77104.27-
YUV241.42133.97134.12-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.92%
GREEN value IS 235 (92.19% from 255) = 31.89%
BLUE value IS 252 (98.83% from 255) = 34.19%
R=33.92%
G=31.89%
B=34.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2502352520.010.0700.01292.9473.9195.49
HexFAEBFC17011254a5f
Octal3723533741701445112137
Binary11111010111010111111110011110110010010110010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBFC; }

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

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

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

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

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

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

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

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