Html Css Color HEX #F3C0FE Mauve

📋 copy color: '#F3C0FE'

red 243 ◦ green 192 ◦ blue 254

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

Shades of Mauve #F3C0FE

Tints of Mauve #F3C0FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.87%

R = 35.27%
G = 27.87%
B = 36.87%

CMYK

 C value IS 0.04

 M value IS 0.24

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F3C0FE (or 0xF3C0FE) is known color: Mauve. HEX triplet: F3, C0 and FE. RGB value is (243,192,254). Sum of RGB (Red+Green+Blue) = 243+192+254=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 192 (75.39% from 255 or 27.87% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #F3C0FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3C0FE is #0C3F01. Grayscale: #D6D6D6. Windows color (decimal): -802562 or 16695539. OLE color: 16695539.

HSL color Cylindrical-coordinate representation of color #F3C0FE: hue angle of 289.35º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3C0FE is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 243 192 254 -
CMYK 0.04 0.24 0 0.00
HSL 289.35º 0.97% 0.87% -
HSV(B) 289.35º 0.24% 1% -
XYZ 73.7 63.91 102.22 -
YUV 214.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 243 192 254 0.04 0.24 0 0.00 289.35 0.97 0.87
Hex F3 C0 FE 4 18 0 0 121 61 57
Octal 363 300 376 4 30 0 0 441 141 127
Binary 11110011 11000000 11111110 100 11000 0 0 100100001 1100001 1010111

Color Harmonies of #F3C0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3C0FE

Black with #F3C0FE

Text Example


Text Example

White with #F3C0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3C0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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