Html Css Color HEX #F5BEFC Mauve

📋 copy color: '#F5BEFC'

red 245 ◦ green 190 ◦ blue 252

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

Shades of Mauve #F5BEFC

Tints of Mauve #F5BEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.68%

R = 35.66%
G = 27.66%
B = 36.68%

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

#F5BEFC (or 0xF5BEFC) is known color: Mauve. HEX triplet: F5, BE and FC. RGB value is (245,190,252). Sum of RGB (Red+Green+Blue) = 245+190+252=687 (90% of max value = 765). Red value is 245 (96.09% from 255 or 35.66% from 687); Green value is 190 (74.61% from 255 or 27.66% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #F5BEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F5BEFC is #0A4103. Grayscale: #D5D5D5. Windows color (decimal): -672004 or 16563957. OLE color: 16563957.

HSL color Cylindrical-coordinate representation of color #F5BEFC: hue angle of 293.23º degrees, saturation: 0.91, 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 #F5BEFC is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 245 190 252 -
CMYK 0.03 0.25 0 0.01
HSL 293.23º 0.91% 0.87% -
HSV(B) 293.23º 0.25% 0.99% -
XYZ 73.64 63.27 100.43 -
YUV 213.51 149.72 150.46 -
System Red Green Blue C M Y K H S L
Decimal 245 190 252 0.03 0.25 0 0.01 293.23 0.91 0.87
Hex F5 BE FC 3 19 0 1 125 5B 57
Octal 365 276 374 3 31 0 1 445 133 127
Binary 11110101 10111110 11111100 11 11001 0 1 100100101 1011011 1010111

Color Harmonies of #F5BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BEFC

Black with #F5BEFC

Text Example


Text Example

White with #F5BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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