Html Css Color HEX #F0B4FE Mauve

📋 copy color: '#F0B4FE'

red 240 ◦ green 180 ◦ blue 254

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

Shades of Mauve #F0B4FE

Tints of Mauve #F0B4FE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 26.71%

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

R = 35.61%
G = 26.71%
B = 37.69%

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

#F0B4FE (or 0xF0B4FE) is known color: Mauve. HEX triplet: F0, B4 and FE. RGB value is (240,180,254). Sum of RGB (Red+Green+Blue) = 240+180+254=674 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.61% from 674); Green value is 180 (70.70% from 255 or 26.71% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0B4FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F0B4FE is #0F4B01. Grayscale: #CECECE. Windows color (decimal): -1002242 or 16692464. OLE color: 16692464.

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

Color convert

RGB 240 180 254 -
CMYK 0.06 0.29 0 0.00
HSL 288.65º 0.97% 0.85% -
HSV(B) 288.65º 0.29% 1% -
XYZ 70.15 58.32 101.33 -
YUV 206.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 240 180 254 0.06 0.29 0 0.00 288.65 0.97 0.85
Hex F0 B4 FE 6 1D 0 0 121 61 55
Octal 360 264 376 6 35 0 0 441 141 125
Binary 11110000 10110100 11111110 110 11101 0 0 100100001 1100001 1010101

Color Harmonies of #F0B4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B4FE

Black with #F0B4FE

Text Example


Text Example

White with #F0B4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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