Html Css Color HEX #F6B7FE Mauve

📋 copy color: '#F6B7FE'

red 246 ◦ green 183 ◦ blue 254

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

Shades of Mauve #F6B7FE

Tints of Mauve #F6B7FE

RGB

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

 GREEN value IS 183 (71.88% from 255) = 26.79%

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

R = 36.02%
G = 26.79%
B = 37.19%

CMYK

 C value IS 0.03

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F6B7FE (or 0xF6B7FE) is known color: Mauve. HEX triplet: F6, B7 and FE. RGB value is (246,183,254). Sum of RGB (Red+Green+Blue) = 246+183+254=683 (90% of max value = 765). Red value is 246 (96.48% from 255 or 36.02% from 683); Green value is 183 (71.88% from 255 or 26.79% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #F6B7FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F6B7FE is #094801. Grayscale: #D1D1D1. Windows color (decimal): -608258 or 16693238. OLE color: 16693238.

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

Color convert

RGB 246 183 254 -
CMYK 0.03 0.28 0 0.00
HSL 293.24º 0.97% 0.86% -
HSV(B) 293.24º 0.28% 1% -
XYZ 72.83 60.62 101.63 -
YUV 209.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 246 183 254 0.03 0.28 0 0.00 293.24 0.97 0.86
Hex F6 B7 FE 3 1C 0 0 125 61 56
Octal 366 267 376 3 34 0 0 445 141 126
Binary 11110110 10110111 11111110 11 11100 0 0 100100101 1100001 1010110

Color Harmonies of #F6B7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B7FE

Black with #F6B7FE

Text Example


Text Example

White with #F6B7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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