Html Css Color HEX #F0B2FE Mauve

📋 copy color: '#F0B2FE'

red 240 ◦ green 178 ◦ blue 254

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

Shades of Mauve #F0B2FE

Tints of Mauve #F0B2FE

RGB

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

 GREEN value IS 178 (69.92% from 255) = 26.49%

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

R = 35.71%
G = 26.49%
B = 37.8%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F0B2FE (or 0xF0B2FE) is known color: Mauve. HEX triplet: F0, B2 and FE. RGB value is (240,178,254). Sum of RGB (Red+Green+Blue) = 240+178+254=672 (89% of max value = 765). Red value is 240 (94.14% from 255 or 35.71% from 672); Green value is 178 (69.92% from 255 or 26.49% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0B2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0B2FE is #0F4D01. Grayscale: #CCCCCC. Windows color (decimal): -1002754 or 16691952. OLE color: 16691952.

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

Color convert

RGB 240 178 254 -
CMYK 0.06 0.30 0 0.00
HSL 288.95º 0.97% 0.85% -
HSV(B) 288.95º 0.3% 1% -
XYZ 69.74 57.52 101.19 -
YUV 205.2 155.54 152.82 -
System Red Green Blue C M Y K H S L
Decimal 240 178 254 0.06 0.30 0 0.00 288.95 0.97 0.85
Hex F0 B2 FE 6 1E 0 0 121 61 55
Octal 360 262 376 6 36 0 0 441 141 125
Binary 11110000 10110010 11111110 110 11110 0 0 100100001 1100001 1010101

Color Harmonies of #F0B2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B2FE

Black with #F0B2FE

Text Example


Text Example

White with #F0B2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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