#F4BEFD

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

Shades of Mauve #F4BEFD

Tints of Mauve #F4BEFD

Color information

#F4BEFD (or 0xF4BEFD) is unknown color: approx Mauve. HEX triplet: F4, BE and FD. RGB value is (244,190,253). Sum of RGB (Red+Green+Blue) = 244+190+253=687 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.52% from 687); Green value is 190 (74.61% from 255 or 27.66% from 687); Blue value is 253 (99.22% from 255 or 36.83% from 687); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4BEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BEFD is #0B4102. Grayscale: #D5D5D5. Windows color (decimal): -737539 or 16629492. OLE color: 16629492.

HSL color Cylindrical-coordinate representation of color #F4BEFD: hue angle of 291.43º 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 #F4BEFD is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244190253-
CMYK0.040.2500.01
HSL291.43º94.03%86.86%-
HSV(B)291.43º24.9%99.22%-
XYZ73.4563.15101.25-
YUV213.33150.39149.88-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.52%
GREEN value IS 190 (74.61% from 255) = 27.66%
BLUE value IS 253 (99.22% from 255) = 36.83%
R=35.52%
G=27.66%
B=36.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441902530.040.2500.01291.4394.0386.86
HexF4BEFD419011235e57
Octal36427637543101443136127
Binary111101001011111011111101100110010110010001110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BEFD; }

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

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

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

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

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

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

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

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