#F4BAFF

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

Shades of Mauve #F4BAFF

Tints of Mauve #F4BAFF

Color information

#F4BAFF (or 0xF4BAFF) is unknown color: approx Mauve. HEX triplet: F4, BA and FF. RGB value is (244,186,255). Sum of RGB (Red+Green+Blue) = 244+186+255=685 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.62% from 685); Green value is 186 (73.05% from 255 or 27.15% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4BAFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BAFF is #0B4500. Grayscale: #D2D2D2. Windows color (decimal): -738561 or 16759540. OLE color: 16759540.

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

Color convert

RGB244186255-
CMYK0.040.2700
HSL290.43º100%86.47%-
HSV(B)290.43º27.06%100%-
XYZ72.9261.57102.65-
YUV211.21152.72151.39-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.62%
GREEN value IS 186 (73.05% from 255) = 27.15%
BLUE value IS 255 (100% from 255) = 37.23%
R=35.62%
G=27.15%
B=37.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2441862550.040.2700290.4310086.47
HexF4BAFF41B001226456
Octal36427237743300442144126
Binary111101001011101011111111100110110010010001011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BAFF; }

 p { color: rgb(244,186,255); }

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

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

 a { background-color: rgb(244,186,255); }

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

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

 span { border-color: rgb(244,186,255); }

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