Html Css Color HEX #F3BFFF Mauve

📋 copy color: '#F3BFFF'

red 243 ◦ green 191 ◦ blue 255

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

Shades of Mauve #F3BFFF

Tints of Mauve #F3BFFF

RGB

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

 GREEN value IS 191 (75% from 255) = 27.72%

 BLUE value IS 255 (100% from 255) = 37.01%

R = 35.27%
G = 27.72%
B = 37.01%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#F3BFFF (or 0xF3BFFF) is known color: Mauve. HEX triplet: F3, BF and FF. RGB value is (243,191,255). Sum of RGB (Red+Green+Blue) = 243+191+255=689 (91% of max value = 765). Red value is 243 (95.31% from 255 or 35.27% from 689); Green value is 191 (75% from 255 or 27.72% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3BFFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BFFF is #0C4000. Grayscale: #D5D5D5. Windows color (decimal): -802817 or 16760819. OLE color: 16760819.

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

Color convert

RGB 243 191 255 -
CMYK 0.05 0.25 0 0
HSL 288.75º 1% 0.87% -
HSV(B) 288.75º 0.25% 1% -
XYZ 73.64 63.54 102.99 -
YUV 213.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 243 191 255 0.05 0.25 0 0 288.75 1 0.87
Hex F3 BF FF 5 19 0 0 121 64 57
Octal 363 277 377 5 31 0 0 441 144 127
Binary 11110011 10111111 11111111 101 11001 0 0 100100001 1100100 1010111

Color Harmonies of #F3BFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BFFF

Black with #F3BFFF

Text Example


Text Example

White with #F3BFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BFFF; }

 p { color: rgb(243,191,255); }

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

background-color css

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

 a { background-color: rgb(243,191,255); }

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

border-color css

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

 span { border-color: rgb(243,191,255); }

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