Html Css Color HEX #F2B3FC Mauve

📋 copy color: '#F2B3FC'

red 242 ◦ green 179 ◦ blue 252

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

Shades of Mauve #F2B3FC

Tints of Mauve #F2B3FC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 26.6%

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

R = 35.96%
G = 26.6%
B = 37.44%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2B3FC (or 0xF2B3FC) is known color: Mauve. HEX triplet: F2, B3 and FC. RGB value is (242,179,252). Sum of RGB (Red+Green+Blue) = 242+179+252=673 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.96% from 673); Green value is 179 (70.31% from 255 or 26.60% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2B3FC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B3FC is #0D4C03. Grayscale: #CDCDCD. Windows color (decimal): -871428 or 16561138. OLE color: 16561138.

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

Color convert

RGB 242 179 252 -
CMYK 0.04 0.29 0 0.01
HSL 291.78º 0.92% 0.85% -
HSV(B) 291.78º 0.29% 0.99% -
XYZ 70.31 58.15 99.61 -
YUV 206.16 153.87 153.56 -
System Red Green Blue C M Y K H S L
Decimal 242 179 252 0.04 0.29 0 0.01 291.78 0.92 0.85
Hex F2 B3 FC 4 1D 0 1 124 5C 55
Octal 362 263 374 4 35 0 1 444 134 125
Binary 11110010 10110011 11111100 100 11101 0 1 100100100 1011100 1010101

Color Harmonies of #F2B3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B3FC

Black with #F2B3FC

Text Example


Text Example

White with #F2B3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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