#F2EAF0

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

Shades of Selago #F2EAF0

Tints of Selago #F2EAF0

Color information

#F2EAF0 (or 0xF2EAF0) is unknown color: approx Selago. HEX triplet: F2, EA and F0. RGB value is (242,234,240). Sum of RGB (Red+Green+Blue) = 242+234+240=716 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.80% from 716); Green value is 234 (91.80% from 255 or 32.68% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2EAF0 is #0D150F. Grayscale: #EDEDED. Windows color (decimal): -857360 or 15788786. OLE color: 15788786.

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

Color convert

RGB242234240-
CMYK00.030.010.05
HSL315º23.53%93.33%-
HSV(B)315º3.31%94.9%-
XYZ81.7784.0194.34-
YUV237.08129.65131.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.80%
GREEN value IS 234 (91.80% from 255) = 32.68%
BLUE value IS 240 (94.14% from 255) = 33.52%
R=33.80%
G=32.68%
B=33.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24223424000.030.010.0531523.5393.33
HexF2EAF0031513b185d
Octal362352360031547330135
Binary1111001011101010111100000111101100111011110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2EAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2EAF0; }

 p { color: rgb(242,234,240); }

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

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

 a { background-color: rgb(242,234,240); }

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

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

 span { border-color: rgb(242,234,240); }

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