#F4BDFD

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

Shades of Mauve #F4BDFD

Tints of Mauve #F4BDFD

Color information

#F4BDFD (or 0xF4BDFD) is unknown color: approx Mauve. HEX triplet: F4, BD and FD. RGB value is (244,189,253). Sum of RGB (Red+Green+Blue) = 244+189+253=686 (90% of max value = 765). Red value is 244 (95.70% from 255 or 35.57% from 686); Green value is 189 (74.22% from 255 or 27.55% from 686); Blue value is 253 (99.22% from 255 or 36.88% from 686); Max value from RGB is 253 - color contains mainly: blue. Hex color #F4BDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4BDFD is #0B4202. Grayscale: #D4D4D4. Windows color (decimal): -737795 or 16629236. OLE color: 16629236.

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

Color convert

RGB244189253-
CMYK0.040.2500.01
HSL291.56º94.12%86.67%-
HSV(B)291.56º25.3%99.22%-
XYZ73.2462.72101.17-
YUV212.74150.72150.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.57%
GREEN value IS 189 (74.22% from 255) = 27.55%
BLUE value IS 253 (99.22% from 255) = 36.88%
R=35.57%
G=27.55%
B=36.88%

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
Decimal2441892530.040.2500.01291.5694.1286.67
HexF4BDFD419011245e57
Octal36427537543101444136127
Binary111101001011110111111101100110010110010010010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4BDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4BDFD; }

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

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

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

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

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

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

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

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