Html Css Color HEX #F5B0FE Mauve

📋 copy color: '#F5B0FE'

red 245 ◦ green 176 ◦ blue 254

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

Shades of Mauve #F5B0FE

Tints of Mauve #F5B0FE

RGB

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

 GREEN value IS 176 (69.14% from 255) = 26.07%

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

R = 36.3%
G = 26.07%
B = 37.63%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F5B0FE (or 0xF5B0FE) is known color: Mauve. HEX triplet: F5, B0 and FE. RGB value is (245,176,254). Sum of RGB (Red+Green+Blue) = 245+176+254=675 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.30% from 675); Green value is 176 (69.14% from 255 or 26.07% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #F5B0FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F5B0FE is #0A4F01. Grayscale: #CDCDCD. Windows color (decimal): -675586 or 16691445. OLE color: 16691445.

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

Color convert

RGB 245 176 254 -
CMYK 0.04 0.31 0 0.00
HSL 293.08º 0.98% 0.84% -
HSV(B) 293.08º 0.31% 1% -
XYZ 71.07 57.62 101.14 -
YUV 205.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 245 176 254 0.04 0.31 0 0.00 293.08 0.98 0.84
Hex F5 B0 FE 4 1F 0 0 125 62 54
Octal 365 260 376 4 37 0 0 445 142 124
Binary 11110101 10110000 11111110 100 11111 0 0 100100101 1100010 1010100

Color Harmonies of #F5B0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B0FE

Black with #F5B0FE

Text Example


Text Example

White with #F5B0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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