Html Css Color HEX #F2BCFA Mauve

📋 copy color: '#F2BCFA'

red 242 ◦ green 188 ◦ blue 250

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

Shades of Mauve #F2BCFA

Tints of Mauve #F2BCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.76%

R = 35.59%
G = 27.65%
B = 36.76%

CMYK

 C value IS 0.03

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2BCFA (or 0xF2BCFA) is known color: Mauve. HEX triplet: F2, BC and FA. RGB value is (242,188,250). Sum of RGB (Red+Green+Blue) = 242+188+250=680 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.59% from 680); Green value is 188 (73.83% from 255 or 27.65% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #F2BCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BCFA is #0D4305. Grayscale: #D3D3D3. Windows color (decimal): -869126 or 16432370. OLE color: 16432370.

HSL color Cylindrical-coordinate representation of color #F2BCFA: hue angle of 292.26º degrees, saturation: 0.86, 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 #F2BCFA is Cyan = 0.03, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 188 250 -
CMYK 0.03 0.25 0 0.02
HSL 292.26º 0.86% 0.86% -
HSV(B) 292.26º 0.25% 0.98% -
XYZ 71.86 61.75 98.57 -
YUV 211.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 242 188 250 0.03 0.25 0 0.02 292.26 0.86 0.86
Hex F2 BC FA 3 19 0 2 124 56 56
Octal 362 274 372 3 31 0 2 444 126 126
Binary 11110010 10111100 11111010 11 11001 0 10 100100100 1010110 1010110

Color Harmonies of #F2BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BCFA

Black with #F2BCFA

Text Example


Text Example

White with #F2BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BCFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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