#F7EAF5

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

Shades of Selago #F7EAF5

Tints of Selago #F7EAF5

Color information

#F7EAF5 (or 0xF7EAF5) is unknown color: approx Selago. HEX triplet: F7, EA and F5. RGB value is (247,234,245). Sum of RGB (Red+Green+Blue) = 247+234+245=726 (96% of max value = 765). Red value is 247 (96.88% from 255 or 34.02% from 726); Green value is 234 (91.80% from 255 or 32.23% from 726); Blue value is 245 (96.09% from 255 or 33.75% from 726); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EAF5 is #08150A. Grayscale: #EFEFEF. Windows color (decimal): -529675 or 16116471. OLE color: 16116471.

HSL color Cylindrical-coordinate representation of color #F7EAF5: hue angle of 309.23º degrees, saturation: 0.45, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F7EAF5 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.03.

Color convert

RGB247234245-
CMYK00.050.010.03
HSL309.23º44.83%94.31%-
HSV(B)309.23º5.26%96.86%-
XYZ84.2685.2198.39-
YUV239.14131.31133.61-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.02%
GREEN value IS 234 (91.80% from 255) = 32.23%
BLUE value IS 245 (96.09% from 255) = 33.75%
R=34.02%
G=32.23%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723424500.050.010.03309.2344.8394.31
HexF7EAF505131352d5e
Octal367352365051346555136
Binary11110111111010101111010101011111001101011011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EAF5; }

 p { color: rgb(247,234,245); }

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

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

 a { background-color: rgb(247,234,245); }

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

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

 span { border-color: rgb(247,234,245); }

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