#F4BDFF

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

Shades of Mauve #F4BDFF

Tints of Mauve #F4BDFF

Color information

#F4BDFF (or 0xF4BDFF) is unknown color: approx Mauve. HEX triplet: F4, BD and FF. RGB value is (244,189,255). Sum of RGB (Red+Green+Blue) = 244+189+255=688 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.47% from 688); Green value is 189 (74.22% from 255 or 27.47% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BDFF is #0B4200. Grayscale: #D4D4D4. Windows color (decimal): -737793 or 16760308. OLE color: 16760308.

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

Color convert

RGB244189255-
CMYK0.040.2600
HSL290º100%87.06%-
HSV(B)290º25.88%100%-
XYZ73.5662.85102.86-
YUV212.97151.72150.13-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.47%
GREEN value IS 189 (74.22% from 255) = 27.47%
BLUE value IS 255 (100% from 255) = 37.06%
R=35.47%
G=27.47%
B=37.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2441892550.040.260029010087.06
HexF4BDFF41A001226457
Octal36427537743200442144127
Binary111101001011110111111111100110100010010001011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BDFF; }

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

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

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

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

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

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

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

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