#F5EDF5

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

Shades of Selago #F5EDF5

Tints of Selago #F5EDF5

Color information

#F5EDF5 (or 0xF5EDF5) is unknown color: approx Selago. HEX triplet: F5, ED and F5. RGB value is (245,237,245). Sum of RGB (Red+Green+Blue) = 245+237+245=727 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.70% from 727); Green value is 237 (92.97% from 255 or 32.60% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 245 - color contains mainly: red, blue. Hex color #F5EDF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDF5 is #0A120A. Grayscale: #F0F0F0. Windows color (decimal): -659979 or 16117237. OLE color: 16117237.

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

Color convert

RGB245237245-
CMYK00.0300.04
HSL300º28.57%94.51%-
HSV(B)300º3.27%96.08%-
XYZ84.4286.5798.65-
YUV240.3130.65131.35-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.70%
GREEN value IS 237 (92.97% from 255) = 32.60%
BLUE value IS 245 (96.09% from 255) = 33.70%
R=33.70%
G=32.60%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523724500.0300.0430028.5794.51
HexF5EDF5030412c1d5f
Octal365355365030445435137
Binary1111010111101101111101010110100100101100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDF5; }

 p { color: rgb(245,237,245); }

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

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

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

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

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

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

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