#F9EBFA

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

Shades of Selago #F9EBFA

Tints of Selago #F9EBFA

Color information

#F9EBFA (or 0xF9EBFA) is unknown color: approx Selago. HEX triplet: F9, EB and FA. RGB value is (249,235,250). Sum of RGB (Red+Green+Blue) = 249+235+250=734 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.92% from 734); Green value is 235 (92.19% from 255 or 32.02% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9EBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EBFA is #061405. Grayscale: #F0F0F0. Windows color (decimal): -398342 or 16444409. OLE color: 16444409.

HSL color Cylindrical-coordinate representation of color #F9EBFA: hue angle of 296º degrees, saturation: 0.6, 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 #F9EBFA is Cyan = 0.00, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB249235250-
CMYK0.000.0600.02
HSL296º60%95.1%-
HSV(B)296º6%98.04%-
XYZ86.0386.46102.6-
YUV240.9133.14133.78-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.92%
GREEN value IS 235 (92.19% from 255) = 32.02%
BLUE value IS 250 (98.05% from 255) = 34.06%
R=33.92%
G=32.02%
B=34.06%

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
Decimal2492352500.000.0600.022966095.1
HexF9EBFA06021283c5f
Octal371353372060245074137
Binary11111001111010111111101001100101001010001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EBFA; }

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

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

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

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

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

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

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

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