Html Css Color HEX #F2BAFA Mauve

📋 copy color: '#F2BAFA'

red 242 ◦ green 186 ◦ blue 250

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

Shades of Mauve #F2BAFA

Tints of Mauve #F2BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 27.43%

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

R = 35.69%
G = 27.43%
B = 36.87%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2BAFA (or 0xF2BAFA) is known color: Mauve. HEX triplet: F2, BA and FA. RGB value is (242,186,250). Sum of RGB (Red+Green+Blue) = 242+186+250=678 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.69% from 678); Green value is 186 (73.05% from 255 or 27.43% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2BAFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAFA is #0D4505. Grayscale: #D1D1D1. Windows color (decimal): -869638 or 16431858. OLE color: 16431858.

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

Color convert

RGB 242 186 250 -
CMYK 0.03 0.26 0 0.02
HSL 292.5º 0.86% 0.85% -
HSV(B) 292.5º 0.26% 0.98% -
XYZ 71.43 60.9 98.43 -
YUV 210.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 242 186 250 0.03 0.26 0 0.02 292.5 0.86 0.85
Hex F2 BA FA 3 1A 0 2 124 56 55
Octal 362 272 372 3 32 0 2 444 126 125
Binary 11110010 10111010 11111010 11 11010 0 10 100100100 1010110 1010101

Color Harmonies of #F2BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BAFA

Black with #F2BAFA

Text Example


Text Example

White with #F2BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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