Html Css Color HEX #F3C0FA Mauve

📋 copy color: '#F3C0FA'

red 243 ◦ green 192 ◦ blue 250

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

Shades of Mauve #F3C0FA

Tints of Mauve #F3C0FA

RGB

 RED value IS 243 (95.31% from 255) = 35.47%

 GREEN value IS 192 (75.39% from 255) = 28.03%

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

R = 35.47%
G = 28.03%
B = 36.5%

CMYK

 C value IS 0.03

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F3C0FA (or 0xF3C0FA) is known color: Mauve. HEX triplet: F3, C0 and FA. RGB value is (243,192,250). Sum of RGB (Red+Green+Blue) = 243+192+250=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 192 (75.39% from 255 or 28.03% from 685); Blue value is 250 (98.05% from 255 or 36.50% from 685); Max value from RGB is 250 - color contains mainly: blue. Hex color #F3C0FA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C0FA is #0C3F05. Grayscale: #D5D5D5. Windows color (decimal): -802566 or 16433395. OLE color: 16433395.

HSL color Cylindrical-coordinate representation of color #F3C0FA: hue angle of 292.76º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F3C0FA is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 243 192 250 -
CMYK 0.03 0.23 0 0.02
HSL 292.76º 0.85% 0.87% -
HSV(B) 292.76º 0.23% 0.98% -
XYZ 73.07 63.66 98.88 -
YUV 213.86 148.4 148.78 -
System Red Green Blue C M Y K H S L
Decimal 243 192 250 0.03 0.23 0 0.02 292.76 0.85 0.87
Hex F3 C0 FA 3 17 0 2 125 55 57
Octal 363 300 372 3 27 0 2 445 125 127
Binary 11110011 11000000 11111010 11 10111 0 10 100100101 1010101 1010111

Color Harmonies of #F3C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C0FA

Black with #F3C0FA

Text Example


Text Example

White with #F3C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C0FA; }

 p { color: rgb(243,192,250); }

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

background-color css

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

 a { background-color: rgb(243,192,250); }

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

border-color css

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

 span { border-color: rgb(243,192,250); }

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