Html Css Color HEX #F0BEFE Mauve

📋 copy color: '#F0BEFE'

red 240 ◦ green 190 ◦ blue 254

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

Shades of Mauve #F0BEFE

Tints of Mauve #F0BEFE

RGB

 RED value IS 240 (94.14% from 255) = 35.09%

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

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

R = 35.09%
G = 27.78%
B = 37.13%

CMYK

 C value IS 0.06

 M value IS 0.25

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0BEFE (or 0xF0BEFE) is known color: Mauve. HEX triplet: F0, BE and FE. RGB value is (240,190,254). Sum of RGB (Red+Green+Blue) = 240+190+254=684 (90% of max value = 765). Red value is 240 (94.14% from 255 or 35.09% from 684); Green value is 190 (74.61% from 255 or 27.78% from 684); Blue value is 254 (99.61% from 255 or 37.13% from 684); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0BEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0BEFE is #0F4101. Grayscale: #D4D4D4. Windows color (decimal): -999682 or 16695024. OLE color: 16695024.

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

Color convert

RGB 240 190 254 -
CMYK 0.06 0.25 0 0.00
HSL 286.88º 0.97% 0.87% -
HSV(B) 286.88º 0.25% 1% -
XYZ 72.24 62.51 102.02 -
YUV 212.25 151.57 147.8 -
System Red Green Blue C M Y K H S L
Decimal 240 190 254 0.06 0.25 0 0.00 286.88 0.97 0.87
Hex F0 BE FE 6 19 0 0 11F 61 57
Octal 360 276 376 6 31 0 0 437 141 127
Binary 11110000 10111110 11111110 110 11001 0 0 100011111 1100001 1010111

Color Harmonies of #F0BEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BEFE

Black with #F0BEFE

Text Example


Text Example

White with #F0BEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BEFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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