Html Css Color HEX #F2BCFB Mauve

📋 copy color: '#F2BCFB'

red 242 ◦ green 188 ◦ blue 251

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

Shades of Mauve #F2BCFB

Tints of Mauve #F2BCFB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 27.61%

 BLUE value IS 251 (98.44% from 255) = 36.86%

R = 35.54%
G = 27.61%
B = 36.86%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2BCFB (or 0xF2BCFB) is known color: Mauve. HEX triplet: F2, BC and FB. RGB value is (242,188,251). Sum of RGB (Red+Green+Blue) = 242+188+251=681 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.54% from 681); Green value is 188 (73.83% from 255 or 27.61% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2BCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCFB is #0D4304. Grayscale: #D3D3D3. Windows color (decimal): -869125 or 16497906. OLE color: 16497906.

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

Color convert

RGB 242 188 251 -
CMYK 0.04 0.25 0 0.02
HSL 291.43º 0.89% 0.86% -
HSV(B) 291.43º 0.25% 0.98% -
XYZ 72.01 61.81 99.4 -
YUV 211.33 150.39 149.88 -
System Red Green Blue C M Y K H S L
Decimal 242 188 251 0.04 0.25 0 0.02 291.43 0.89 0.86
Hex F2 BC FB 4 19 0 2 123 59 56
Octal 362 274 373 4 31 0 2 443 131 126
Binary 11110010 10111100 11111011 100 11001 0 10 100100011 1011001 1010110

Color Harmonies of #F2BCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCFB

Black with #F2BCFB

Text Example


Text Example

White with #F2BCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCFB; }

 p { color: rgb(242,188,251); }

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

background-color css

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

 a { background-color: rgb(242,188,251); }

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

border-color css

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

 span { border-color: rgb(242,188,251); }

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