Html Css Color HEX #F5BDFF Mauve

📋 copy color: '#F5BDFF'

red 245 ◦ green 189 ◦ blue 255

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

Shades of Mauve #F5BDFF

Tints of Mauve #F5BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.43%

 BLUE value IS 255 (100% from 255) = 37.01%

R = 35.56%
G = 27.43%
B = 37.01%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5BDFF (or 0xF5BDFF) is known color: Mauve. HEX triplet: F5, BD and FF. RGB value is (245,189,255). Sum of RGB (Red+Green+Blue) = 245+189+255=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 189 (74.22% from 255 or 27.43% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5BDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BDFF is #0A4200. Grayscale: #D5D5D5. Windows color (decimal): -672257 or 16760309. OLE color: 16760309.

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

Color convert

RGB 245 189 255 -
CMYK 0.04 0.26 0 0
HSL 290.91º 1% 0.87% -
HSV(B) 290.91º 0.26% 1% -
XYZ 73.9 63.03 102.88 -
YUV 213.27 151.55 150.63 -
System Red Green Blue C M Y K H S L
Decimal 245 189 255 0.04 0.26 0 0 290.91 1 0.87
Hex F5 BD FF 4 1A 0 0 123 64 57
Octal 365 275 377 4 32 0 0 443 144 127
Binary 11110101 10111101 11111111 100 11010 0 0 100100011 1100100 1010111

Color Harmonies of #F5BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BDFF

Black with #F5BDFF

Text Example


Text Example

White with #F5BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BDFF; }

 p { color: rgb(245,189,255); }

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

background-color css

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

 a { background-color: rgb(245,189,255); }

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

border-color css

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

 span { border-color: rgb(245,189,255); }

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