#F7E5FB

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

Shades of Selago #F7E5FB

Tints of Selago #F7E5FB

Color information

#F7E5FB (or 0xF7E5FB) is unknown color: approx Selago. HEX triplet: F7, E5 and FB. RGB value is (247,229,251). Sum of RGB (Red+Green+Blue) = 247+229+251=727 (96% of max value = 765). Red value is 247 (96.88% from 255 or 33.98% from 727); Green value is 229 (89.84% from 255 or 31.50% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 251 - color contains mainly: blue. Hex color #F7E5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F7E5FB is #081A04. Grayscale: #ECECEC. Windows color (decimal): -530949 or 16508407. OLE color: 16508407.

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

Color convert

RGB247229251-
CMYK0.020.0900.02
HSL289.09º73.33%94.12%-
HSV(B)289.09º8.76%98.43%-
XYZ83.7982.78102.83-
YUV236.89135.96135.21-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.98%
GREEN value IS 229 (89.84% from 255) = 31.50%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=33.98%
G=31.50%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2472292510.020.0900.02289.0973.3394.12
HexF7E5FB2902121495e
Octal36734537321102441111136
Binary11110111111001011111101110100101010010000110010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E5FB; }

 p { color: rgb(247,229,251); }

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

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

 a { background-color: rgb(247,229,251); }

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

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

 span { border-color: rgb(247,229,251); }

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