Html Css Color HEX #F6BBFA Mauve

📋 copy color: '#F6BBFA'

red 246 ◦ green 187 ◦ blue 250

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

Shades of Mauve #F6BBFA

Tints of Mauve #F6BBFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.6%

R = 36.02%
G = 27.38%
B = 36.6%

CMYK

 C value IS 0.02

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F6BBFA (or 0xF6BBFA) is known color: Mauve. HEX triplet: F6, BB and FA. RGB value is (246,187,250). Sum of RGB (Red+Green+Blue) = 246+187+250=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 187 (73.44% from 255 or 27.38% from 683); Blue value is 250 (98.05% from 255 or 36.60% from 683); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6BBFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6BBFA is #094405. Grayscale: #D3D3D3. Windows color (decimal): -607238 or 16432118. OLE color: 16432118.

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

Color convert

RGB 246 187 250 -
CMYK 0.02 0.25 0 0.02
HSL 296.19º 0.86% 0.86% -
HSV(B) 296.19º 0.25% 0.98% -
XYZ 73.03 62.04 98.57 -
YUV 211.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 246 187 250 0.02 0.25 0 0.02 296.19 0.86 0.86
Hex F6 BB FA 2 19 0 2 128 56 56
Octal 366 273 372 2 31 0 2 450 126 126
Binary 11110110 10111011 11111010 10 11001 0 10 100101000 1010110 1010110

Color Harmonies of #F6BBFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6BBFA

Black with #F6BBFA

Text Example


Text Example

White with #F6BBFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6BBFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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