Html Css Color HEX #F5B9FE Mauve

📋 copy color: '#F5B9FE'

red 245 ◦ green 185 ◦ blue 254

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

Shades of Mauve #F5B9FE

Tints of Mauve #F5B9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 37.13%

R = 35.82%
G = 27.05%
B = 37.13%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5B9FE (or 0xF5B9FE) is known color: Mauve. HEX triplet: F5, B9 and FE. RGB value is (245,185,254). Sum of RGB (Red+Green+Blue) = 245+185+254=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 185 (72.66% from 255 or 27.05% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5B9FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B9FE is #0A4601. Grayscale: #D2D2D2. Windows color (decimal): -673282 or 16693749. OLE color: 16693749.

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

Color convert

RGB 245 185 254 -
CMYK 0.04 0.27 0 0.00
HSL 292.17º 0.97% 0.86% -
HSV(B) 292.17º 0.27% 1% -
XYZ 72.89 61.27 101.75 -
YUV 210.81 152.38 152.39 -
System Red Green Blue C M Y K H S L
Decimal 245 185 254 0.04 0.27 0 0.00 292.17 0.97 0.86
Hex F5 B9 FE 4 1B 0 0 124 61 56
Octal 365 271 376 4 33 0 0 444 141 126
Binary 11110101 10111001 11111110 100 11011 0 0 100100100 1100001 1010110

Color Harmonies of #F5B9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B9FE

Black with #F5B9FE

Text Example


Text Example

White with #F5B9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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