#F4BEFE

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

Shades of Mauve #F4BEFE

Tints of Mauve #F4BEFE

Color information

#F4BEFE (or 0xF4BEFE) is unknown color: approx Mauve. HEX triplet: F4, BE and FE. RGB value is (244,190,254). Sum of RGB (Red+Green+Blue) = 244+190+254=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 190 (74.61% from 255 or 27.62% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4BEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BEFE is #0B4101. Grayscale: #D5D5D5. Windows color (decimal): -737538 or 16695028. OLE color: 16695028.

HSL color Cylindrical-coordinate representation of color #F4BEFE: hue angle of 290.62º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F4BEFE is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB244190254-
CMYK0.040.2500.00
HSL290.62º96.97%87.06%-
HSV(B)290.62º25.2%99.61%-
XYZ73.6163.22102.09-
YUV213.44150.89149.8-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.47%
GREEN value IS 190 (74.61% from 255) = 27.62%
BLUE value IS 254 (99.61% from 255) = 36.92%
R=35.47%
G=27.62%
B=36.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2441902540.040.2500.00290.6296.9787.06
HexF4BEFE419001236157
Octal36427637643100443141127
Binary111101001011111011111110100110010010010001111000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BEFE; }

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

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

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

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

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

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

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

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