Html Css Color HEX #F2BAFE Mauve

📋 copy color: '#F2BAFE'

red 242 ◦ green 186 ◦ blue 254

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

Shades of Mauve #F2BAFE

Tints of Mauve #F2BAFE

RGB

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

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

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

R = 35.48%
G = 27.27%
B = 37.24%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2BAFE (or 0xF2BAFE) is known color: Mauve. HEX triplet: F2, BA and FE. RGB value is (242,186,254). Sum of RGB (Red+Green+Blue) = 242+186+254=682 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.48% from 682); Green value is 186 (73.05% from 255 or 27.27% from 682); Blue value is 254 (99.61% from 255 or 37.24% from 682); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2BAFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BAFE is #0D4501. Grayscale: #D2D2D2. Windows color (decimal): -869634 or 16694002. OLE color: 16694002.

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

Color convert

RGB 242 186 254 -
CMYK 0.05 0.27 0 0.00
HSL 289.41º 0.97% 0.86% -
HSV(B) 289.41º 0.27% 1% -
XYZ 72.07 61.15 101.77 -
YUV 210.5 152.55 150.47 -
System Red Green Blue C M Y K H S L
Decimal 242 186 254 0.05 0.27 0 0.00 289.41 0.97 0.86
Hex F2 BA FE 5 1B 0 0 121 61 56
Octal 362 272 376 5 33 0 0 441 141 126
Binary 11110010 10111010 11111110 101 11011 0 0 100100001 1100001 1010110

Color Harmonies of #F2BAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BAFE

Black with #F2BAFE

Text Example


Text Example

White with #F2BAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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