Html Css Color HEX #F2BBFF Mauve

📋 copy color: '#F2BBFF'

red 242 ◦ green 187 ◦ blue 255

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

Shades of Mauve #F2BBFF

Tints of Mauve #F2BBFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.28%

R = 35.38%
G = 27.34%
B = 37.28%

CMYK

 C value IS 0.05

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F2BBFF (or 0xF2BBFF) is known color: Mauve. HEX triplet: F2, BB and FF. RGB value is (242,187,255). Sum of RGB (Red+Green+Blue) = 242+187+255=684 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.38% from 684); Green value is 187 (73.44% from 255 or 27.34% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #F2BBFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBFF is #0D4400. Grayscale: #D2D2D2. Windows color (decimal): -869377 or 16759794. OLE color: 16759794.

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

Color convert

RGB 242 187 255 -
CMYK 0.05 0.27 0 0
HSL 288.53º 1% 0.87% -
HSV(B) 288.53º 0.27% 1% -
XYZ 72.44 61.64 102.69 -
YUV 211.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 242 187 255 0.05 0.27 0 0 288.53 1 0.87
Hex F2 BB FF 5 1B 0 0 121 64 57
Octal 362 273 377 5 33 0 0 441 144 127
Binary 11110010 10111011 11111111 101 11011 0 0 100100001 1100100 1010111

Color Harmonies of #F2BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBFF

Black with #F2BBFF

Text Example


Text Example

White with #F2BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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