Html Css Color HEX #F6B4FE Mauve

📋 copy color: '#F6B4FE'

red 246 ◦ green 180 ◦ blue 254

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

Shades of Mauve #F6B4FE

Tints of Mauve #F6B4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.47%

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

R = 36.18%
G = 26.47%
B = 37.35%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F6B4FE (or 0xF6B4FE) is known color: Mauve. HEX triplet: F6, B4 and FE. RGB value is (246,180,254). Sum of RGB (Red+Green+Blue) = 246+180+254=680 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.18% from 680); Green value is 180 (70.70% from 255 or 26.47% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6B4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B4FE is #094B01. Grayscale: #CFCFCF. Windows color (decimal): -609026 or 16692470. OLE color: 16692470.

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

Color convert

RGB 246 180 254 -
CMYK 0.03 0.29 0 0.00
HSL 293.51º 0.97% 0.85% -
HSV(B) 293.51º 0.29% 1% -
XYZ 72.22 59.39 101.42 -
YUV 208.17 153.87 154.98 -
System Red Green Blue C M Y K H S L
Decimal 246 180 254 0.03 0.29 0 0.00 293.51 0.97 0.85
Hex F6 B4 FE 3 1D 0 0 126 61 55
Octal 366 264 376 3 35 0 0 446 141 125
Binary 11110110 10110100 11111110 11 11101 0 0 100100110 1100001 1010101

Color Harmonies of #F6B4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B4FE

Black with #F6B4FE

Text Example


Text Example

White with #F6B4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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