#F9EAFA

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

Shades of Selago #F9EAFA

Tints of Selago #F9EAFA

Color information

#F9EAFA (or 0xF9EAFA) is unknown color: approx Selago. HEX triplet: F9, EA and FA. RGB value is (249,234,250). Sum of RGB (Red+Green+Blue) = 249+234+250=733 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.97% from 733); Green value is 234 (91.80% from 255 or 31.92% from 733); Blue value is 250 (98.05% from 255 or 34.11% from 733); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9EAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EAFA is #061505. Grayscale: #F0F0F0. Windows color (decimal): -398598 or 16444153. OLE color: 16444153.

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

Color convert

RGB249234250-
CMYK0.000.0600.02
HSL296.25º61.54%94.9%-
HSV(B)296.25º6.4%98.04%-
XYZ85.7585.89102.5-
YUV240.31133.47134.2-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.97%
GREEN value IS 234 (91.80% from 255) = 31.92%
BLUE value IS 250 (98.05% from 255) = 34.11%
R=33.97%
G=31.92%
B=34.11%

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
Decimal2492342500.000.0600.02296.2561.5494.9
HexF9EAFA06021283e5f
Octal371352372060245076137
Binary11111001111010101111101001100101001010001111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EAFA; }

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

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

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

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

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

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

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

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