Html Css Color HEX #F2BEFE Mauve

📋 copy color: '#F2BEFE'

red 242 ◦ green 190 ◦ blue 254

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

Shades of Mauve #F2BEFE

Tints of Mauve #F2BEFE

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.7%

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

R = 35.28%
G = 27.7%
B = 37.03%

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

#F2BEFE (or 0xF2BEFE) is known color: Mauve. HEX triplet: F2, BE and FE. RGB value is (242,190,254). Sum of RGB (Red+Green+Blue) = 242+190+254=686 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.28% from 686); Green value is 190 (74.61% from 255 or 27.70% from 686); Blue value is 254 (99.61% from 255 or 37.03% from 686); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2BEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEFE is #0D4101. Grayscale: #D4D4D4. Windows color (decimal): -868610 or 16695026. OLE color: 16695026.

HSL color Cylindrical-coordinate representation of color #F2BEFE: hue angle of 288.75º 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 #F2BEFE is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 242 190 254 -
CMYK 0.05 0.25 0 0.00
HSL 288.75º 0.97% 0.87% -
HSV(B) 288.75º 0.25% 1% -
XYZ 72.92 62.86 102.06 -
YUV 212.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 242 190 254 0.05 0.25 0 0.00 288.75 0.97 0.87
Hex F2 BE FE 5 19 0 0 121 61 57
Octal 362 276 376 5 31 0 0 441 141 127
Binary 11110010 10111110 11111110 101 11001 0 0 100100001 1100001 1010111

Color Harmonies of #F2BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BEFE

Black with #F2BEFE

Text Example


Text Example

White with #F2BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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