#F5EFF6

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

Shades of Selago #F5EFF6

Tints of Selago #F5EFF6

Color information

#F5EFF6 (or 0xF5EFF6) is unknown color: approx Selago. HEX triplet: F5, EF and F6. RGB value is (245,239,246). Sum of RGB (Red+Green+Blue) = 245+239+246=730 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.56% from 730); Green value is 239 (93.75% from 255 or 32.74% from 730); Blue value is 246 (96.48% from 255 or 33.70% from 730); Max value from RGB is 246 - color contains mainly: blue. Hex color #F5EFF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5EFF6 is #0A1009. Grayscale: #F1F1F1. Windows color (decimal): -659466 or 16183285. OLE color: 16183285.

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

Color convert

RGB245239246-
CMYK0.000.0300.04
HSL291.43º28%95.1%-
HSV(B)291.43º2.85%96.47%-
XYZ85.1687.899.65-
YUV241.59130.49130.43-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.56%
GREEN value IS 239 (93.75% from 255) = 32.74%
BLUE value IS 246 (96.48% from 255) = 33.70%
R=33.56%
G=32.74%
B=33.70%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452392460.000.0300.04291.432895.1
HexF5EFF603041231c5f
Octal365357366030444334137
Binary1111010111101111111101100110100100100011111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EFF6; }

 p { color: rgb(245,239,246); }

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

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

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

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

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

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

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