#FAEDFB

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

Shades of Selago #FAEDFB

Tints of Selago #FAEDFB

Color information

#FAEDFB (or 0xFAEDFB) is unknown color: approx Selago. HEX triplet: FA, ED and FB. RGB value is (250,237,251). Sum of RGB (Red+Green+Blue) = 250+237+251=738 (97% of max value = 765). Red value is 250 (98.05% from 255 or 33.88% from 738); Green value is 237 (92.97% from 255 or 32.11% from 738); Blue value is 251 (98.44% from 255 or 34.01% from 738); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAEDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEDFB is #051204. Grayscale: #F2F2F2. Windows color (decimal): -332293 or 16510458. OLE color: 16510458.

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

Color convert

RGB250237251-
CMYK0.000.0600.02
HSL295.71º63.64%95.69%-
HSV(B)295.71º5.58%98.43%-
XYZ87.1287.86103.63-
YUV242.48132.81133.36-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.88%
GREEN value IS 237 (92.97% from 255) = 32.11%
BLUE value IS 251 (98.44% from 255) = 34.01%
R=33.88%
G=32.11%
B=34.01%

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
Decimal2502372510.000.0600.02295.7163.6495.69
HexFAEDFB06021284060
Octal3723553730602450100140
Binary111110101110110111111011011001010010100010000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDFB; }

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

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

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

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

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

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

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

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