#F6BEFD

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

Shades of Mauve #F6BEFD

Tints of Mauve #F6BEFD

Color information

#F6BEFD (or 0xF6BEFD) is unknown color: approx Mauve. HEX triplet: F6, BE and FD. RGB value is (246,190,253). Sum of RGB (Red+Green+Blue) = 246+190+253=689 (91% of max value = 765). Red value is 246 (96.48% from 255 or 35.70% from 689); Green value is 190 (74.61% from 255 or 27.58% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #F6BEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BEFD is #094102. Grayscale: #D5D5D5. Windows color (decimal): -606467 or 16629494. OLE color: 16629494.

HSL color Cylindrical-coordinate representation of color #F6BEFD: hue angle of 293.33º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F6BEFD is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB246190253-
CMYK0.030.2500.01
HSL293.33º94.03%86.86%-
HSV(B)293.33º24.9%99.22%-
XYZ74.1563.51101.28-
YUV213.93150.05150.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.70%
GREEN value IS 190 (74.61% from 255) = 27.58%
BLUE value IS 253 (99.22% from 255) = 36.72%
R=35.70%
G=27.58%
B=36.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2461902530.030.2500.01293.3394.0386.86
HexF6BEFD319011255e57
Octal36627637533101445136127
Binary11110110101111101111110111110010110010010110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6BEFD; }

 p { color: rgb(246,190,253); }

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

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

 a { background-color: rgb(246,190,253); }

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

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

 span { border-color: rgb(246,190,253); }

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