#F4BDF9

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

Shades of Mauve #F4BDF9

Tints of Mauve #F4BDF9

Color information

#F4BDF9 (or 0xF4BDF9) is unknown color: approx Mauve. HEX triplet: F4, BD and F9. RGB value is (244,189,249). Sum of RGB (Red+Green+Blue) = 244+189+249=682 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.78% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 249 (97.66% from 255 or 36.51% from 682); Max value from RGB is 249 - color contains mainly: blue. Hex color #F4BDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BDF9 is #0B4206. Grayscale: #D4D4D4. Windows color (decimal): -737799 or 16367092. OLE color: 16367092.

HSL color Cylindrical-coordinate representation of color #F4BDF9: hue angle of 295º degrees, saturation: 0.83, 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 #F4BDF9 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB244189249-
CMYK0.020.2400.02
HSL295º83.33%85.88%-
HSV(B)295º24.1%97.65%-
XYZ72.662.4797.85-
YUV212.28148.72150.62-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.78%
GREEN value IS 189 (74.22% from 255) = 27.71%
BLUE value IS 249 (97.66% from 255) = 36.51%
R=35.78%
G=27.71%
B=36.51%

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
Decimal2441892490.020.2400.0229583.3385.88
HexF4BDF9218021275356
Octal36427537123002447123126
Binary111101001011110111111001101100001010010011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BDF9; }

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

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

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

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

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

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

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

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