#F2E9F1

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

Shades of Selago #F2E9F1

Tints of Selago #F2E9F1

Color information

#F2E9F1 (or 0xF2E9F1) is unknown color: approx Selago. HEX triplet: F2, E9 and F1. RGB value is (242,233,241). Sum of RGB (Red+Green+Blue) = 242+233+241=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 233 (91.41% from 255 or 32.54% from 716); Blue value is 241 (94.53% from 255 or 33.66% from 716); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E9F1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2E9F1 is #0D160E. Grayscale: #ECECEC. Windows color (decimal): -857615 or 15854066. OLE color: 15854066.

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

Color convert

RGB242233241-
CMYK00.040.000.05
HSL306.67º25.71%93.14%-
HSV(B)306.67º3.72%94.9%-
XYZ81.6383.5195.03-
YUV236.6130.48131.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.80%
GREEN value IS 233 (91.41% from 255) = 32.54%
BLUE value IS 241 (94.53% from 255) = 33.66%
R=33.80%
G=32.54%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223324100.040.000.05306.6725.7193.14
HexF2E9F104051331a5d
Octal362351361040546332135
Binary11110010111010011111000101000101100110011110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E9F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E9F1; }

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

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

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

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

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

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

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

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