#F7E9FA

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

Shades of Selago #F7E9FA

Tints of Selago #F7E9FA

Color information

#F7E9FA (or 0xF7E9FA) is unknown color: approx Selago. HEX triplet: F7, E9 and FA. RGB value is (247,233,250). Sum of RGB (Red+Green+Blue) = 247+233+250=730 (96% of max value = 765). Red value is 247 (96.88% from 255 or 33.84% from 730); Green value is 233 (91.41% from 255 or 31.92% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #F7E9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7E9FA is #081605. Grayscale: #EFEFEF. Windows color (decimal): -529926 or 16443895. OLE color: 16443895.

HSL color Cylindrical-coordinate representation of color #F7E9FA: hue angle of 289.41º 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 #F7E9FA is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB247233250-
CMYK0.010.0700.02
HSL289.41º62.96%94.71%-
HSV(B)289.41º6.8%98.04%-
XYZ84.7584.95102.37-
YUV239.12134.14133.62-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.84%
GREEN value IS 233 (91.41% from 255) = 31.92%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=33.84%
G=31.92%
B=34.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472332500.010.0700.02289.4162.9694.71
HexF7E9FA17021213f5f
Octal367351372170244177137
Binary11110111111010011111101011110101001000011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E9FA; }

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

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

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

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

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

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

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

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