#F2E5F1

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

Shades of Selago #F2E5F1

Tints of Selago #F2E5F1

Color information

#F2E5F1 (or 0xF2E5F1) is unknown color: approx Selago. HEX triplet: F2, E5 and F1. RGB value is (242,229,241). Sum of RGB (Red+Green+Blue) = 242+229+241=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 229 (89.84% from 255 or 32.16% from 712); Blue value is 241 (94.53% from 255 or 33.85% from 712); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E5F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E5F1 is #0D1A0E. Grayscale: #EAEAEA. Windows color (decimal): -858639 or 15853042. OLE color: 15853042.

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

Color convert

RGB242229241-
CMYK00.050.000.05
HSL304.62º33.33%92.35%-
HSV(B)304.62º5.37%94.9%-
XYZ80.5181.2794.66-
YUV234.26131.81133.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.99%
GREEN value IS 229 (89.84% from 255) = 32.16%
BLUE value IS 241 (94.53% from 255) = 33.85%
R=33.99%
G=32.16%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222924100.050.000.05304.6233.3392.35
HexF2E5F10505131215c
Octal362345361050546141134
Binary111100101110010111110001010101011001100011000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E5F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E5F1; }

 p { color: rgb(242,229,241); }

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

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

 a { background-color: rgb(242,229,241); }

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

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

 span { border-color: rgb(242,229,241); }

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