Html Css Color HEX #F2B6FA Mauve

📋 copy color: '#F2B6FA'

red 242 ◦ green 182 ◦ blue 250

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

Shades of Mauve #F2B6FA

Tints of Mauve #F2B6FA

RGB

 RED value IS 242 (94.92% from 255) = 35.91%

 GREEN value IS 182 (71.48% from 255) = 27%

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

R = 35.91%
G = 27%
B = 37.09%

CMYK

 C value IS 0.03

 M value IS 0.27

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2B6FA (or 0xF2B6FA) is known color: Mauve. HEX triplet: F2, B6 and FA. RGB value is (242,182,250). Sum of RGB (Red+Green+Blue) = 242+182+250=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 182 (71.48% from 255 or 27.00% 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 #F2B6FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B6FA is #0D4905. Grayscale: #CFCFCF. Windows color (decimal): -870662 or 16430834. OLE color: 16430834.

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

Color convert

RGB 242 182 250 -
CMYK 0.03 0.27 0 0.02
HSL 292.94º 0.87% 0.85% -
HSV(B) 292.94º 0.27% 0.98% -
XYZ 70.6 59.24 98.15 -
YUV 207.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 242 182 250 0.03 0.27 0 0.02 292.94 0.87 0.85
Hex F2 B6 FA 3 1B 0 2 125 57 55
Octal 362 266 372 3 33 0 2 445 127 125
Binary 11110010 10110110 11111010 11 11011 0 10 100100101 1010111 1010101

Color Harmonies of #F2B6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B6FA

Black with #F2B6FA

Text Example


Text Example

White with #F2B6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B6FA; }

 p { color: rgb(242,182,250); }

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

background-color css

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

 a { background-color: rgb(242,182,250); }

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

border-color css

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

 span { border-color: rgb(242,182,250); }

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