#F3E0F6

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

Shades of Selago #F3E0F6

Tints of Selago #F3E0F6

Color information

#F3E0F6 (or 0xF3E0F6) is unknown color: approx Selago. HEX triplet: F3, E0 and F6. RGB value is (243,224,246). Sum of RGB (Red+Green+Blue) = 243+224+246=713 (94% of max value = 765). Red value is 243 (95.31% from 255 or 34.08% from 713); Green value is 224 (87.89% from 255 or 31.42% from 713); Blue value is 246 (96.48% from 255 or 34.50% from 713); Max value from RGB is 246 - color contains mainly: blue. Hex color #F3E0F6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3E0F6 is #0C1F09. Grayscale: #E8E8E8. Windows color (decimal): -794378 or 16179443. OLE color: 16179443.

HSL color Cylindrical-coordinate representation of color #F3E0F6: hue angle of 291.82º degrees, saturation: 0.55, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F3E0F6 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB243224246-
CMYK0.010.0900.04
HSL291.82º55%92.16%-
HSV(B)291.82º8.94%96.47%-
XYZ80.2579.0298.21-
YUV232.19135.79135.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 34.08%
GREEN value IS 224 (87.89% from 255) = 31.42%
BLUE value IS 246 (96.48% from 255) = 34.50%
R=34.08%
G=31.42%
B=34.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2432242460.010.0900.04291.825592.16
HexF3E0F61904124375c
Octal3633403661110444467134
Binary1111001111100000111101101100101001001001001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E0F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E0F6; }

 p { color: rgb(243,224,246); }

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

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

 a { background-color: rgb(243,224,246); }

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

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

 span { border-color: rgb(243,224,246); }

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