#F9E7FD

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

Shades of Selago #F9E7FD

Tints of Selago #F9E7FD

Color information

#F9E7FD (or 0xF9E7FD) is unknown color: approx Selago. HEX triplet: F9, E7 and FD. RGB value is (249,231,253). Sum of RGB (Red+Green+Blue) = 249+231+253=733 (97% of max value = 765). Red value is 249 (97.66% from 255 or 33.97% from 733); Green value is 231 (90.62% from 255 or 31.51% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 253 - color contains mainly: blue. Hex color #F9E7FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9E7FD is #061802. Grayscale: #EEEEEE. Windows color (decimal): -399363 or 16639993. OLE color: 16639993.

HSL color Cylindrical-coordinate representation of color #F9E7FD: hue angle of 289.09º degrees, saturation: 0.85, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F9E7FD is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB249231253-
CMYK0.020.0900.01
HSL289.09º84.62%94.9%-
HSV(B)289.09º8.7%99.22%-
XYZ85.3784.38104.72-
YUV238.89135.96135.21-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 33.97%
GREEN value IS 231 (90.62% from 255) = 31.51%
BLUE value IS 253 (99.22% from 255) = 34.52%
R=33.97%
G=31.51%
B=34.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2492312530.020.0900.01289.0984.6294.9
HexF9E7FD2901121555f
Octal37134737521101441125137
Binary1111100111100111111111011010010110010000110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E7FD; }

 p { color: rgb(249,231,253); }

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

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

 a { background-color: rgb(249,231,253); }

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

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

 span { border-color: rgb(249,231,253); }

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