#F0E4F1

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

Shades of Selago #F0E4F1

Tints of Selago #F0E4F1

Color information

#F0E4F1 (or 0xF0E4F1) is unknown color: approx Selago. HEX triplet: F0, E4 and F1. RGB value is (240,228,241). Sum of RGB (Red+Green+Blue) = 240+228+241=709 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.85% from 709); Green value is 228 (89.45% from 255 or 32.16% from 709); Blue value is 241 (94.53% from 255 or 33.99% from 709); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0E4F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0E4F1 is #0F1B0E. Grayscale: #E9E9E9. Windows color (decimal): -989967 or 15852784. OLE color: 15852784.

HSL color Cylindrical-coordinate representation of color #F0E4F1: hue angle of 295.38º degrees, saturation: 0.32, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #F0E4F1 is Cyan = 0.00, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB240228241-
CMYK0.000.0500.05
HSL295.38º31.71%91.96%-
HSV(B)295.38º5.39%94.51%-
XYZ79.5680.3694.54-
YUV233.07132.48132.94-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.85%
GREEN value IS 228 (89.45% from 255) = 32.16%
BLUE value IS 241 (94.53% from 255) = 33.99%
R=33.85%
G=32.16%
B=33.99%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402282410.000.0500.05295.3831.7191.96
HexF0E4F10505127205c
Octal360344361050544740134
Binary111100001110010011110001010101011001001111000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E4F1; }

 p { color: rgb(240,228,241); }

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

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

 a { background-color: rgb(240,228,241); }

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

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

 span { border-color: rgb(240,228,241); }

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