#F9E9FA

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

Shades of Selago #F9E9FA

Tints of Selago #F9E9FA

Color information

#F9E9FA (or 0xF9E9FA) is unknown color: approx Selago. HEX triplet: F9, E9 and FA. RGB value is (249,233,250). Sum of RGB (Red+Green+Blue) = 249+233+250=732 (96% of max value = 765). Red value is 249 (97.66% from 255 or 34.02% from 732); Green value is 233 (91.41% from 255 or 31.83% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9E9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E9FA is #061605. Grayscale: #EFEFEF. Windows color (decimal): -398854 or 16443897. OLE color: 16443897.

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

Color convert

RGB249233250-
CMYK0.000.0700.02
HSL296.47º62.96%94.71%-
HSV(B)296.47º6.8%98.04%-
XYZ85.4685.32102.41-
YUV239.72133.8134.62-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 34.02%
GREEN value IS 233 (91.41% from 255) = 31.83%
BLUE value IS 250 (98.05% from 255) = 34.15%
R=34.02%
G=31.83%
B=34.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492332500.000.0700.02296.4762.9694.71
HexF9E9FA07021283f5f
Octal371351372070245077137
Binary11111001111010011111101001110101001010001111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E9FA; }

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

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

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

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

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

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

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

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