#F4B4FC

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

Shades of Mauve #F4B4FC

Tints of Mauve #F4B4FC

Color information

#F4B4FC (or 0xF4B4FC) is unknown color: approx Mauve. HEX triplet: F4, B4 and FC. RGB value is (244,180,252). Sum of RGB (Red+Green+Blue) = 244+180+252=676 (89% of max value = 765). Red value is 244 (95.70% from 255 or 36.09% from 676); Green value is 180 (70.70% from 255 or 26.63% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #F4B4FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F4B4FC is #0B4B03. Grayscale: #CFCFCF. Windows color (decimal): -740100 or 16561396. OLE color: 16561396.

HSL color Cylindrical-coordinate representation of color #F4B4FC: hue angle of 293.33º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F4B4FC is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB244180252-
CMYK0.030.2900.01
HSL293.33º92.31%84.71%-
HSV(B)293.33º28.57%98.82%-
XYZ71.258.999.71-
YUV207.34153.2154.15-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 36.09%
GREEN value IS 180 (70.70% from 255) = 26.63%
BLUE value IS 252 (98.83% from 255) = 37.28%
R=36.09%
G=26.63%
B=37.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2441802520.030.2900.01293.3392.3184.71
HexF4B4FC31D011255c55
Octal36426437433501445134125
Binary11110100101101001111110011111010110010010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B4FC; }

 p { color: rgb(244,180,252); }

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

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

 a { background-color: rgb(244,180,252); }

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

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

 span { border-color: rgb(244,180,252); }

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