Html Css Color HEX #F6B2FA Mauve

📋 copy color: '#F6B2FA'

red 246 ◦ green 178 ◦ blue 250

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

Shades of Mauve #F6B2FA

Tints of Mauve #F6B2FA

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.41%

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

R = 36.5%
G = 26.41%
B = 37.09%

CMYK

 C value IS 0.02

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F6B2FA (or 0xF6B2FA) is known color: Mauve. HEX triplet: F6, B2 and FA. RGB value is (246,178,250). Sum of RGB (Red+Green+Blue) = 246+178+250=674 (89% of max value = 765). Red value is 246 (96.48% from 255 or 36.50% from 674); Green value is 178 (69.92% from 255 or 26.41% from 674); Blue value is 250 (98.05% from 255 or 37.09% from 674); Max value from RGB is 250 - color contains mainly: blue. Hex color #F6B2FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6B2FA is #094D05. Grayscale: #CECECE. Windows color (decimal): -609542 or 16429814. OLE color: 16429814.

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

Color convert

RGB 246 178 250 -
CMYK 0.02 0.29 0 0.02
HSL 296.67º 0.88% 0.84% -
HSV(B) 296.67º 0.29% 0.98% -
XYZ 71.18 58.34 97.95 -
YUV 206.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 246 178 250 0.02 0.29 0 0.02 296.67 0.88 0.84
Hex F6 B2 FA 2 1D 0 2 129 58 54
Octal 366 262 372 2 35 0 2 451 130 124
Binary 11110110 10110010 11111010 10 11101 0 10 100101001 1011000 1010100

Color Harmonies of #F6B2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6B2FA

Black with #F6B2FA

Text Example


Text Example

White with #F6B2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6B2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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