Html Css Color HEX #F5B7FA Mauve

📋 copy color: '#F5B7FA'

red 245 ◦ green 183 ◦ blue 250

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

Shades of Mauve #F5B7FA

Tints of Mauve #F5B7FA

RGB

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

 GREEN value IS 183 (71.88% from 255) = 26.99%

 BLUE value IS 250 (98.05% from 255) = 36.87%

R = 36.14%
G = 26.99%
B = 36.87%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5B7FA (or 0xF5B7FA) is known color: Mauve. HEX triplet: F5, B7 and FA. RGB value is (245,183,250). Sum of RGB (Red+Green+Blue) = 245+183+250=678 (89% of max value = 765). Red value is 245 (96.09% from 255 or 36.14% from 678); Green value is 183 (71.88% from 255 or 26.99% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #F5B7FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5B7FA is #0A4805. Grayscale: #D0D0D0. Windows color (decimal): -673798 or 16431093. OLE color: 16431093.

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

Color convert

RGB 245 183 250 -
CMYK 0.02 0.27 0 0.02
HSL 295.52º 0.87% 0.85% -
HSV(B) 295.52º 0.27% 0.98% -
XYZ 71.84 60.18 98.27 -
YUV 209.18 151.04 153.55 -
System Red Green Blue C M Y K H S L
Decimal 245 183 250 0.02 0.27 0 0.02 295.52 0.87 0.85
Hex F5 B7 FA 2 1B 0 2 128 57 55
Octal 365 267 372 2 33 0 2 450 127 125
Binary 11110101 10110111 11111010 10 11011 0 10 100101000 1010111 1010101

Color Harmonies of #F5B7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B7FA

Black with #F5B7FA

Text Example


Text Example

White with #F5B7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B7FA; }

 p { color: rgb(245,183,250); }

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

background-color css

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

 a { background-color: rgb(245,183,250); }

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

border-color css

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

 span { border-color: rgb(245,183,250); }

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