#F4BEFA

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

Shades of Mauve #F4BEFA

Tints of Mauve #F4BEFA

Color information

#F4BEFA (or 0xF4BEFA) is unknown color: approx Mauve. HEX triplet: F4, BE and FA. RGB value is (244,190,250). Sum of RGB (Red+Green+Blue) = 244+190+250=684 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.67% from 684); Green value is 190 (74.61% from 255 or 27.78% from 684); Blue value is 250 (98.05% from 255 or 36.55% from 684); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4BEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BEFA is #0B4105. Grayscale: #D4D4D4. Windows color (decimal): -737542 or 16432884. OLE color: 16432884.

HSL color Cylindrical-coordinate representation of color #F4BEFA: hue angle of 294º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F4BEFA is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244190250-
CMYK0.020.2400.02
HSL294º85.71%86.27%-
HSV(B)294º24%98.04%-
XYZ72.9862.9698.75-
YUV212.99148.89150.12-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.67%
GREEN value IS 190 (74.61% from 255) = 27.78%
BLUE value IS 250 (98.05% from 255) = 36.55%
R=35.67%
G=27.78%
B=36.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2441902500.020.2400.0229485.7186.27
HexF4BEFA218021265656
Octal36427637223002446126126
Binary111101001011111011111010101100001010010011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BEFA; }

 p { color: rgb(244,190,250); }

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

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

 a { background-color: rgb(244,190,250); }

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

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

 span { border-color: rgb(244,190,250); }

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