Html Css Color HEX #F5B9FF Mauve

📋 copy color: '#F5B9FF'

red 245 ◦ green 185 ◦ blue 255

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

Shades of Mauve #F5B9FF

Tints of Mauve #F5B9FF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 27.01%

 BLUE value IS 255 (100% from 255) = 37.23%

R = 35.77%
G = 27.01%
B = 37.23%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5B9FF (or 0xF5B9FF) is known color: Mauve. HEX triplet: F5, B9 and FF. RGB value is (245,185,255). Sum of RGB (Red+Green+Blue) = 245+185+255=685 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.77% from 685); Green value is 185 (72.66% from 255 or 27.01% from 685); Blue value is 255 (100% from 255 or 37.23% from 685); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5B9FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B9FF is #0A4600. Grayscale: #D2D2D2. Windows color (decimal): -673281 or 16759285. OLE color: 16759285.

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

Color convert

RGB 245 185 255 -
CMYK 0.04 0.27 0 0
HSL 291.43º 1% 0.86% -
HSV(B) 291.43º 0.27% 1% -
XYZ 73.06 61.33 102.6 -
YUV 210.92 152.88 152.31 -
System Red Green Blue C M Y K H S L
Decimal 245 185 255 0.04 0.27 0 0 291.43 1 0.86
Hex F5 B9 FF 4 1B 0 0 123 64 56
Octal 365 271 377 4 33 0 0 443 144 126
Binary 11110101 10111001 11111111 100 11011 0 0 100100011 1100100 1010110

Color Harmonies of #F5B9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B9FF

Black with #F5B9FF

Text Example


Text Example

White with #F5B9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B9FF; }

 p { color: rgb(245,185,255); }

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

background-color css

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

 a { background-color: rgb(245,185,255); }

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

border-color css

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

 span { border-color: rgb(245,185,255); }

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