Html Css Color HEX #F5B4F9 Mauve

📋 copy color: '#F5B4F9'

red 245 ◦ green 180 ◦ blue 249

#F5B4F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #F5B4F9

Tints of Mauve #F5B4F9

RGB

 RED value IS 245 (96.09% from 255) = 36.35%

 GREEN value IS 180 (70.7% from 255) = 26.71%

 BLUE value IS 249 (97.66% from 255) = 36.94%

R = 36.35%
G = 26.71%
B = 36.94%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5B4F9 (or 0xF5B4F9) is known color: Mauve. HEX triplet: F5, B4 and F9. RGB value is (245,180,249). Sum of RGB (Red+Green+Blue) = 245+180+249=674 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.35% from 674); Green value is 180 (70.70% from 255 or 26.71% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #F5B4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B4F9 is #0A4B06. Grayscale: #CFCFCF. Windows color (decimal): -674567 or 16364789. OLE color: 16364789.

HSL color Cylindrical-coordinate representation of color #F5B4F9: hue angle of 296.52º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5B4F9 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 245 180 249 -
CMYK 0.02 0.28 0 0.02
HSL 296.52º 0.85% 0.84% -
HSV(B) 296.52º 0.28% 0.98% -
XYZ 71.08 58.89 97.24 -
YUV 207.3 151.53 154.89 -
System Red Green Blue C M Y K H S L
Decimal 245 180 249 0.02 0.28 0 0.02 296.52 0.85 0.84
Hex F5 B4 F9 2 1C 0 2 129 55 54
Octal 365 264 371 2 34 0 2 451 125 124
Binary 11110101 10110100 11111001 10 11100 0 10 100101001 1010101 1010100

Color Harmonies of #F5B4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B4F9

Black with #F5B4F9

Text Example


Text Example

White with #F5B4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B4F9; }

 p { color: rgb(245,180,249); }

 H1.HeaderClassName
 {
   color: #F5B4F9;
 }
 .AnyTagClassName
 {
   color: #F5B4F9;
 }
</style>

background-color css

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

 a { background-color: rgb(245,180,249); }

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

border-color css

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

 span { border-color: rgb(245,180,249); }

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