Html Css Color HEX #F2BBFC Mauve

📋 copy color: '#F2BBFC'

red 242 ◦ green 187 ◦ blue 252

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

Shades of Mauve #F2BBFC

Tints of Mauve #F2BBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37%

R = 35.54%
G = 27.46%
B = 37%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2BBFC (or 0xF2BBFC) is known color: Mauve. HEX triplet: F2, BB and FC. RGB value is (242,187,252). Sum of RGB (Red+Green+Blue) = 242+187+252=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 187 (73.44% from 255 or 27.46% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2BBFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BBFC is #0D4403. Grayscale: #D2D2D2. Windows color (decimal): -869380 or 16563186. OLE color: 16563186.

HSL color Cylindrical-coordinate representation of color #F2BBFC: hue angle of 290.77º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F2BBFC is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 187 252 -
CMYK 0.04 0.26 0 0.01
HSL 290.77º 0.92% 0.86% -
HSV(B) 290.77º 0.26% 0.99% -
XYZ 71.96 61.45 100.16 -
YUV 210.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 242 187 252 0.04 0.26 0 0.01 290.77 0.92 0.86
Hex F2 BB FC 4 1A 0 1 123 5C 56
Octal 362 273 374 4 32 0 1 443 134 126
Binary 11110010 10111011 11111100 100 11010 0 1 100100011 1011100 1010110

Color Harmonies of #F2BBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BBFC

Black with #F2BBFC

Text Example


Text Example

White with #F2BBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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