Html Css Color HEX #F2BBFE Mauve

📋 copy color: '#F2BBFE'

red 242 ◦ green 187 ◦ blue 254

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

Shades of Mauve #F2BBFE

Tints of Mauve #F2BBFE

RGB

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

 GREEN value IS 187 (73.44% from 255) = 27.38%

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

R = 35.43%
G = 27.38%
B = 37.19%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2BBFE (or 0xF2BBFE) is known color: Mauve. HEX triplet: F2, BB and FE. RGB value is (242,187,254). Sum of RGB (Red+Green+Blue) = 242+187+254=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 187 (73.44% from 255 or 27.38% 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 #F2BBFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBFE is #0D4401. Grayscale: #D2D2D2. Windows color (decimal): -869378 or 16694258. OLE color: 16694258.

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

Color convert

RGB 242 187 254 -
CMYK 0.05 0.26 0 0.00
HSL 289.25º 0.97% 0.86% -
HSV(B) 289.25º 0.26% 1% -
XYZ 72.28 61.57 101.84 -
YUV 211.08 152.22 150.05 -
System Red Green Blue C M Y K H S L
Decimal 242 187 254 0.05 0.26 0 0.00 289.25 0.97 0.86
Hex F2 BB FE 5 1A 0 0 121 61 56
Octal 362 273 376 5 32 0 0 441 141 126
Binary 11110010 10111011 11111110 101 11010 0 0 100100001 1100001 1010110

Color Harmonies of #F2BBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBFE

Black with #F2BBFE

Text Example


Text Example

White with #F2BBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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