#F2E0F1

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

Shades of Selago #F2E0F1

Tints of Selago #F2E0F1

Color information

#F2E0F1 (or 0xF2E0F1) is unknown color: approx Selago. HEX triplet: F2, E0 and F1. RGB value is (242,224,241). Sum of RGB (Red+Green+Blue) = 242+224+241=707 (93% of max value = 765). Red value is 242 (94.92% from 255 or 34.23% from 707); Green value is 224 (87.89% from 255 or 31.68% from 707); Blue value is 241 (94.53% from 255 or 34.09% from 707); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E0F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2E0F1 is #0D1F0E. Grayscale: #E7E7E7. Windows color (decimal): -859919 or 15851762. OLE color: 15851762.

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

Color convert

RGB242224241-
CMYK00.070.000.05
HSL303.33º40.91%91.37%-
HSV(B)303.33º7.44%94.9%-
XYZ79.1578.5494.21-
YUV231.32133.46135.62-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 34.23%
GREEN value IS 224 (87.89% from 255) = 31.68%
BLUE value IS 241 (94.53% from 255) = 34.09%
R=34.23%
G=31.68%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.00
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222424100.070.000.05303.3340.9191.37
HexF2E0F1070512f295b
Octal362340361070545751133
Binary111100101110000011110001011101011001011111010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E0F1; }

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

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

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

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

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

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

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

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