#FAEFFB

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

Shades of Selago #FAEFFB

Tints of Selago #FAEFFB

Color information

#FAEFFB (or 0xFAEFFB) is unknown color: approx Selago. HEX triplet: FA, EF and FB. RGB value is (250,239,251). Sum of RGB (Red+Green+Blue) = 250+239+251=740 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.78% from 740); Green value is 239 (93.75% from 255 or 32.30% from 740); Blue value is 251 (98.44% from 255 or 33.92% from 740); Max value from RGB is 251 - color contains mainly: blue. Hex color #FAEFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAEFFB is #051004. Grayscale: #F3F3F3. Windows color (decimal): -331781 or 16510970. OLE color: 16510970.

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

Color convert

RGB250239251-
CMYK0.000.0500.02
HSL295º60%96.08%-
HSV(B)295º4.78%98.43%-
XYZ87.789.02103.83-
YUV243.66132.14132.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 33.78%
GREEN value IS 239 (93.75% from 255) = 32.30%
BLUE value IS 251 (98.44% from 255) = 33.92%
R=33.78%
G=32.30%
B=33.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2502392510.000.0500.022956096.08
HexFAEFFB05021273c60
Octal372357373050244774140
Binary11111010111011111111101101010101001001111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFFB; }

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

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

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

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

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

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

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

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