Html Css Color HEX #F0B5FE Mauve

📋 copy color: '#F0B5FE'

red 240 ◦ green 181 ◦ blue 254

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

Shades of Mauve #F0B5FE

Tints of Mauve #F0B5FE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 26.81%

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

R = 35.56%
G = 26.81%
B = 37.63%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0B5FE (or 0xF0B5FE) is known color: Mauve. HEX triplet: F0, B5 and FE. RGB value is (240,181,254). Sum of RGB (Red+Green+Blue) = 240+181+254=675 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.56% from 675); Green value is 181 (71.09% from 255 or 26.81% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0B5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B5FE is #0F4A01. Grayscale: #CECECE. Windows color (decimal): -1001986 or 16692720. OLE color: 16692720.

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

Color convert

RGB 240 181 254 -
CMYK 0.06 0.29 0 0.00
HSL 288.49º 0.97% 0.85% -
HSV(B) 288.49º 0.29% 1% -
XYZ 70.35 58.73 101.39 -
YUV 206.96 154.55 151.56 -
System Red Green Blue C M Y K H S L
Decimal 240 181 254 0.06 0.29 0 0.00 288.49 0.97 0.85
Hex F0 B5 FE 6 1D 0 0 120 61 55
Octal 360 265 376 6 35 0 0 440 141 125
Binary 11110000 10110101 11111110 110 11101 0 0 100100000 1100001 1010101

Color Harmonies of #F0B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B5FE

Black with #F0B5FE

Text Example


Text Example

White with #F0B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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