#F2E3F3

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

Shades of Selago #F2E3F3

Tints of Selago #F2E3F3

Color information

#F2E3F3 (or 0xF2E3F3) is unknown color: approx Selago. HEX triplet: F2, E3 and F3. RGB value is (242,227,243). Sum of RGB (Red+Green+Blue) = 242+227+243=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 227 (89.06% from 255 or 31.88% from 712); Blue value is 243 (95.31% from 255 or 34.13% from 712); Max value from RGB is 243 - color contains mainly: blue. Hex color #F2E3F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E3F3 is #0D1C0C. Grayscale: #E9E9E9. Windows color (decimal): -859149 or 15983602. OLE color: 15983602.

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

Color convert

RGB242227243-
CMYK0.000.0700.05
HSL296.25º40%92.16%-
HSV(B)296.25º6.58%95.29%-
XYZ80.2680.2996.06-
YUV233.31133.47134.2-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.99%
GREEN value IS 227 (89.06% from 255) = 31.88%
BLUE value IS 243 (95.31% from 255) = 34.13%
R=33.99%
G=31.88%
B=34.13%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422272430.000.0700.05296.254092.16
HexF2E3F30705128285c
Octal362343363070545050134
Binary111100101110001111110011011101011001010001010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E3F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E3F3; }

 p { color: rgb(242,227,243); }

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

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

 a { background-color: rgb(242,227,243); }

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

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

 span { border-color: rgb(242,227,243); }

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