#F9EFFA

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

Shades of Selago #F9EFFA

Tints of Selago #F9EFFA

Color information

#F9EFFA (or 0xF9EFFA) is unknown color: approx Selago. HEX triplet: F9, EF and FA. RGB value is (249,239,250). Sum of RGB (Red+Green+Blue) = 249+239+250=738 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.74% from 738); Green value is 239 (93.75% from 255 or 32.38% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 250 - color contains mainly: blue. Hex color #F9EFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9EFFA is #061005. Grayscale: #F3F3F3. Windows color (decimal): -397318 or 16445433. OLE color: 16445433.

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

Color convert

RGB249239250-
CMYK0.000.0400.02
HSL294.55º52.38%95.88%-
HSV(B)294.55º4.4%98.04%-
XYZ87.1988.77102.98-
YUV243.24131.81132.11-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.74%
GREEN value IS 239 (93.75% from 255) = 32.38%
BLUE value IS 250 (98.05% from 255) = 33.88%
R=33.74%
G=32.38%
B=33.88%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492392500.000.0400.02294.5552.3895.88
HexF9EFFA04021273460
Octal371357372040244764140
Binary11111001111011111111101001000101001001111101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EFFA; }

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

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

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

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

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

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

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

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