Html Css Color HEX #F0B6FE Mauve

📋 copy color: '#F0B6FE'

red 240 ◦ green 182 ◦ blue 254

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

Shades of Mauve #F0B6FE

Tints of Mauve #F0B6FE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 26.92%

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

R = 35.5%
G = 26.92%
B = 37.57%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0B6FE (or 0xF0B6FE) is known color: Mauve. HEX triplet: F0, B6 and FE. RGB value is (240,182,254). Sum of RGB (Red+Green+Blue) = 240+182+254=676 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.50% from 676); Green value is 182 (71.48% from 255 or 26.92% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0B6FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B6FE is #0F4901. Grayscale: #CFCFCF. Windows color (decimal): -1001730 or 16692976. OLE color: 16692976.

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

Color convert

RGB 240 182 254 -
CMYK 0.06 0.28 0 0.00
HSL 288.33º 0.97% 0.85% -
HSV(B) 288.33º 0.28% 1% -
XYZ 70.55 59.14 101.46 -
YUV 207.55 154.22 151.15 -
System Red Green Blue C M Y K H S L
Decimal 240 182 254 0.06 0.28 0 0.00 288.33 0.97 0.85
Hex F0 B6 FE 6 1C 0 0 120 61 55
Octal 360 266 376 6 34 0 0 440 141 125
Binary 11110000 10110110 11111110 110 11100 0 0 100100000 1100001 1010101

Color Harmonies of #F0B6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B6FE

Black with #F0B6FE

Text Example


Text Example

White with #F0B6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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