Html Css Color HEX #F2BFFE Mauve

📋 copy color: '#F2BFFE'

red 242 ◦ green 191 ◦ blue 254

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

Shades of Mauve #F2BFFE

Tints of Mauve #F2BFFE

RGB

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

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

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

R = 35.23%
G = 27.8%
B = 36.97%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2BFFE (or 0xF2BFFE) is known color: Mauve. HEX triplet: F2, BF and FE. RGB value is (242,191,254). Sum of RGB (Red+Green+Blue) = 242+191+254=687 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.23% from 687); Green value is 191 (75% from 255 or 27.80% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2BFFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BFFE is #0D4001. Grayscale: #D5D5D5. Windows color (decimal): -868354 or 16695282. OLE color: 16695282.

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

Color convert

RGB 242 191 254 -
CMYK 0.05 0.25 0 0.00
HSL 288.57º 0.97% 0.87% -
HSV(B) 288.57º 0.25% 1% -
XYZ 73.14 63.29 102.13 -
YUV 213.43 150.9 148.38 -
System Red Green Blue C M Y K H S L
Decimal 242 191 254 0.05 0.25 0 0.00 288.57 0.97 0.87
Hex F2 BF FE 5 19 0 0 121 61 57
Octal 362 277 376 5 31 0 0 441 141 127
Binary 11110010 10111111 11111110 101 11001 0 0 100100001 1100001 1010111

Color Harmonies of #F2BFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BFFE

Black with #F2BFFE

Text Example


Text Example

White with #F2BFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BFFE; }

 p { color: rgb(242,191,254); }

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

background-color css

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

 a { background-color: rgb(242,191,254); }

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

border-color css

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

 span { border-color: rgb(242,191,254); }

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