Html Css Color HEX #F5BAFB Mauve

📋 copy color: '#F5BAFB'

red 245 ◦ green 186 ◦ blue 251

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

Shades of Mauve #F5BAFB

Tints of Mauve #F5BAFB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.27%

 BLUE value IS 251 (98.44% from 255) = 36.8%

R = 35.92%
G = 27.27%
B = 36.8%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F5BAFB (or 0xF5BAFB) is known color: Mauve. HEX triplet: F5, BA and FB. RGB value is (245,186,251). Sum of RGB (Red+Green+Blue) = 245+186+251=682 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.92% from 682); Green value is 186 (73.05% from 255 or 27.27% from 682); Blue value is 251 (98.44% from 255 or 36.80% from 682); Max value from RGB is 251 - color contains mainly: blue. Hex color #F5BAFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BAFB is #0A4504. Grayscale: #D2D2D2. Windows color (decimal): -673029 or 16497397. OLE color: 16497397.

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

Color convert

RGB 245 186 251 -
CMYK 0.02 0.26 0 0.02
HSL 294.46º 0.89% 0.86% -
HSV(B) 294.46º 0.26% 0.98% -
XYZ 72.63 61.5 99.31 -
YUV 211.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 245 186 251 0.02 0.26 0 0.02 294.46 0.89 0.86
Hex F5 BA FB 2 1A 0 2 126 59 56
Octal 365 272 373 2 32 0 2 446 131 126
Binary 11110101 10111010 11111011 10 11010 0 10 100100110 1011001 1010110

Color Harmonies of #F5BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BAFB

Black with #F5BAFB

Text Example


Text Example

White with #F5BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BAFB; }

 p { color: rgb(245,186,251); }

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

background-color css

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

 a { background-color: rgb(245,186,251); }

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

border-color css

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

 span { border-color: rgb(245,186,251); }

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