Html Css Color HEX #F6BBFE Mauve

📋 copy color: '#F6BBFE'

red 246 ◦ green 187 ◦ blue 254

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

Shades of Mauve #F6BBFE

Tints of Mauve #F6BBFE

RGB

 RED value IS 246 (96.48% from 255) = 35.81%

 GREEN value IS 187 (73.44% from 255) = 27.22%

 BLUE value IS 254 (99.61% from 255) = 36.97%

R = 35.81%
G = 27.22%
B = 36.97%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F6BBFE (or 0xF6BBFE) is known color: Mauve. HEX triplet: F6, BB and FE. RGB value is (246,187,254). Sum of RGB (Red+Green+Blue) = 246+187+254=687 (90% of max value = 765). Red value is 246 (96.48% from 255 or 35.81% from 687); Green value is 187 (73.44% from 255 or 27.22% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6BBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBFE is #094401. Grayscale: #D4D4D4. Windows color (decimal): -607234 or 16694262. OLE color: 16694262.

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

Color convert

RGB 246 187 254 -
CMYK 0.03 0.26 0 0.00
HSL 292.84º 0.97% 0.86% -
HSV(B) 292.84º 0.26% 1% -
XYZ 73.67 62.29 101.91 -
YUV 212.28 151.55 152.05 -
System Red Green Blue C M Y K H S L
Decimal 246 187 254 0.03 0.26 0 0.00 292.84 0.97 0.86
Hex F6 BB FE 3 1A 0 0 125 61 56
Octal 366 273 376 3 32 0 0 445 141 126
Binary 11110110 10111011 11111110 11 11010 0 0 100100101 1100001 1010110

Color Harmonies of #F6BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BBFE

Black with #F6BBFE

Text Example


Text Example

White with #F6BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BBFE; }

 p { color: rgb(246,187,254); }

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

background-color css

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

 a { background-color: rgb(246,187,254); }

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

border-color css

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

 span { border-color: rgb(246,187,254); }

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