#F7F0F8

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

Shades of Selago #F7F0F8

Tints of Selago #F7F0F8

Color information

#F7F0F8 (or 0xF7F0F8) is unknown color: approx Selago. HEX triplet: F7, F0 and F8. RGB value is (247,240,248). Sum of RGB (Red+Green+Blue) = 247+240+248=735 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.61% from 735); Green value is 240 (94.14% from 255 or 32.65% from 735); Blue value is 248 (97.27% from 255 or 33.74% from 735); Max value from RGB is 248 - color contains mainly: blue. Hex color #F7F0F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7F0F8 is #080F07. Grayscale: #F2F2F2. Windows color (decimal): -528136 or 16314615. OLE color: 16314615.

HSL color Cylindrical-coordinate representation of color #F7F0F8: hue angle of 292.5º degrees, saturation: 0.36, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F7F0F8 is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB247240248-
CMYK0.000.0300.03
HSL292.5º36.36%95.69%-
HSV(B)292.5º3.23%97.25%-
XYZ86.4688.87101.4-
YUV243130.82130.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.61%
GREEN value IS 240 (94.14% from 255) = 32.65%
BLUE value IS 248 (97.27% from 255) = 33.74%
R=33.61%
G=32.65%
B=33.74%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472402480.000.0300.03292.536.3695.69
HexF7F0F803031242460
Octal367360370030344444140
Binary1111011111110000111110000110111001001001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F0F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F0F8; }

 p { color: rgb(247,240,248); }

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

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

 a { background-color: rgb(247,240,248); }

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

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

 span { border-color: rgb(247,240,248); }

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