#F5EDF4

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

Shades of Selago #F5EDF4

Tints of Selago #F5EDF4

Color information

#F5EDF4 (or 0xF5EDF4) is unknown color: approx Selago. HEX triplet: F5, ED and F4. RGB value is (245,237,244). Sum of RGB (Red+Green+Blue) = 245+237+244=726 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.75% from 726); Green value is 237 (92.97% from 255 or 32.64% from 726); Blue value is 244 (95.70% from 255 or 33.61% from 726); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EDF4 is #0A120B. Grayscale: #F0F0F0. Windows color (decimal): -659980 or 16051701. OLE color: 16051701.

HSL color Cylindrical-coordinate representation of color #F5EDF4: hue angle of 307.5º 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 #F5EDF4 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB245237244-
CMYK00.030.000.04
HSL307.5º28.57%94.51%-
HSV(B)307.5º3.27%96.08%-
XYZ84.2786.5197.85-
YUV240.19130.15131.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.75%
GREEN value IS 237 (92.97% from 255) = 32.64%
BLUE value IS 244 (95.70% from 255) = 33.61%
R=33.75%
G=32.64%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523724400.030.000.04307.528.5794.51
HexF5EDF403041341d5f
Octal365355364030446435137
Binary1111010111101101111101000110100100110100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDF4; }

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

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

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

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

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

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

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

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