Html Css Color HEX #F5BFFD Mauve

📋 copy color: '#F5BFFD'

red 245 ◦ green 191 ◦ blue 253

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

Shades of Mauve #F5BFFD

Tints of Mauve #F5BFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 27.72%

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

R = 35.56%
G = 27.72%
B = 36.72%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F5BFFD (or 0xF5BFFD) is known color: Mauve. HEX triplet: F5, BF and FD. RGB value is (245,191,253). Sum of RGB (Red+Green+Blue) = 245+191+253=689 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.56% from 689); Green value is 191 (75% from 255 or 27.72% from 689); Blue value is 253 (99.22% from 255 or 36.72% from 689); Max value from RGB is 253 - color contains mainly: blue. Hex color #F5BFFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BFFD is #0A4002. Grayscale: #D6D6D6. Windows color (decimal): -671747 or 16629749. OLE color: 16629749.

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

Color convert

RGB 245 191 253 -
CMYK 0.03 0.25 0 0.01
HSL 292.26º 0.94% 0.87% -
HSV(B) 292.26º 0.25% 0.99% -
XYZ 74.02 63.77 101.34 -
YUV 214.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 245 191 253 0.03 0.25 0 0.01 292.26 0.94 0.87
Hex F5 BF FD 3 19 0 1 124 5E 57
Octal 365 277 375 3 31 0 1 444 136 127
Binary 11110101 10111111 11111101 11 11001 0 1 100100100 1011110 1010111

Color Harmonies of #F5BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BFFD

Black with #F5BFFD

Text Example


Text Example

White with #F5BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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