Html Css Color HEX #F5BAFD Mauve

📋 copy color: '#F5BAFD'

red 245 ◦ green 186 ◦ blue 253

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

Shades of Mauve #F5BAFD

Tints of Mauve #F5BAFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 36.99%

R = 35.82%
G = 27.19%
B = 36.99%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5BAFD (or 0xF5BAFD) is known color: Mauve. HEX triplet: F5, BA and FD. RGB value is (245,186,253). Sum of RGB (Red+Green+Blue) = 245+186+253=684 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.82% from 684); Green value is 186 (73.05% from 255 or 27.19% from 684); Blue value is 253 (99.22% from 255 or 36.99% from 684); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5BAFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BAFD is #0A4502. Grayscale: #D3D3D3. Windows color (decimal): -673027 or 16628469. OLE color: 16628469.

HSL color Cylindrical-coordinate representation of color #F5BAFD: hue angle of 292.84º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5BAFD is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 186 253 -
CMYK 0.03 0.26 0 0.01
HSL 292.84º 0.94% 0.86% -
HSV(B) 292.84º 0.26% 0.99% -
XYZ 72.94 61.62 100.98 -
YUV 211.28 151.55 152.05 -
System Red Green Blue C M Y K H S L
Decimal 245 186 253 0.03 0.26 0 0.01 292.84 0.94 0.86
Hex F5 BA FD 3 1A 0 1 125 5E 56
Octal 365 272 375 3 32 0 1 445 136 126
Binary 11110101 10111010 11111101 11 11010 0 1 100100101 1011110 1010110

Color Harmonies of #F5BAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BAFD

Black with #F5BAFD

Text Example


Text Example

White with #F5BAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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