Html Css Color HEX #F5BEFF Mauve

📋 copy color: '#F5BEFF'

red 245 ◦ green 190 ◦ blue 255

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

Shades of Mauve #F5BEFF

Tints of Mauve #F5BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.54%

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

R = 35.51%
G = 27.54%
B = 36.96%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F5BEFF (or 0xF5BEFF) is known color: Mauve. HEX triplet: F5, BE and FF. RGB value is (245,190,255). Sum of RGB (Red+Green+Blue) = 245+190+255=690 (91% of max value = 765). Red value is 245 (96.09% from 255 or 35.51% from 690); Green value is 190 (74.61% from 255 or 27.54% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #F5BEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BEFF is #0A4100. Grayscale: #D5D5D5. Windows color (decimal): -672001 or 16760565. OLE color: 16760565.

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

Color convert

RGB 245 190 255 -
CMYK 0.04 0.25 0 0
HSL 290.77º 1% 0.87% -
HSV(B) 290.77º 0.25% 1% -
XYZ 74.12 63.46 102.95 -
YUV 213.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 245 190 255 0.04 0.25 0 0 290.77 1 0.87
Hex F5 BE FF 4 19 0 0 123 64 57
Octal 365 276 377 4 31 0 0 443 144 127
Binary 11110101 10111110 11111111 100 11001 0 0 100100011 1100100 1010111

Color Harmonies of #F5BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BEFF

Black with #F5BEFF

Text Example


Text Example

White with #F5BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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