#F5E6F4

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

Shades of Selago #F5E6F4

Tints of Selago #F5E6F4

Color information

#F5E6F4 (or 0xF5E6F4) is unknown color: approx Selago. HEX triplet: F5, E6 and F4. RGB value is (245,230,244). Sum of RGB (Red+Green+Blue) = 245+230+244=719 (95% of max value = 765). Red value is 245 (96.09% from 255 or 34.08% from 719); Green value is 230 (90.23% from 255 or 31.99% from 719); Blue value is 244 (95.70% from 255 or 33.94% from 719); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E6F4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5E6F4 is #0A190B. Grayscale: #ECECEC. Windows color (decimal): -661772 or 16049909. OLE color: 16049909.

HSL color Cylindrical-coordinate representation of color #F5E6F4: hue angle of 304º degrees, saturation: 0.43, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F5E6F4 is Cyan = 0, Magento = 0.06, Yellow = 0.00 and Black (K on CMYK) = 0.04.

Color convert

RGB245230244-
CMYK00.060.000.04
HSL304º42.86%93.14%-
HSV(B)304º6.12%96.08%-
XYZ82.2882.5497.18-
YUV236.08132.47134.36-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.08%
GREEN value IS 230 (90.23% from 255) = 31.99%
BLUE value IS 244 (95.70% from 255) = 33.94%
R=34.08%
G=31.99%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.00
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523024400.060.000.0430442.8693.14
HexF5E6F406041302b5d
Octal365346364060446053135
Binary111101011110011011110100011001001001100001010111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E6F4; }

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

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

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

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

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

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

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

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