Html Css Color HEX #F2B5FB Mauve

📋 copy color: '#F2B5FB'

red 242 ◦ green 181 ◦ blue 251

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

Shades of Mauve #F2B5FB

Tints of Mauve #F2B5FB

RGB

 RED value IS 242 (94.92% from 255) = 35.91%

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

 BLUE value IS 251 (98.44% from 255) = 37.24%

R = 35.91%
G = 26.85%
B = 37.24%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#F2B5FB (or 0xF2B5FB) is known color: Mauve. HEX triplet: F2, B5 and FB. RGB value is (242,181,251). Sum of RGB (Red+Green+Blue) = 242+181+251=674 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.91% from 674); Green value is 181 (71.09% from 255 or 26.85% from 674); Blue value is 251 (98.44% from 255 or 37.24% from 674); Max value from RGB is 251 - color contains mainly: blue. Hex color #F2B5FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B5FB is #0D4A04. Grayscale: #CFCFCF. Windows color (decimal): -870917 or 16496114. OLE color: 16496114.

HSL color Cylindrical-coordinate representation of color #F2B5FB: hue angle of 292.29º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F2B5FB is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 242 181 251 -
CMYK 0.04 0.28 0 0.02
HSL 292.29º 0.9% 0.85% -
HSV(B) 292.29º 0.28% 0.98% -
XYZ 70.55 58.89 98.92 -
YUV 207.22 152.71 152.81 -
System Red Green Blue C M Y K H S L
Decimal 242 181 251 0.04 0.28 0 0.02 292.29 0.9 0.85
Hex F2 B5 FB 4 1C 0 2 124 5A 55
Octal 362 265 373 4 34 0 2 444 132 125
Binary 11110010 10110101 11111011 100 11100 0 10 100100100 1011010 1010101

Color Harmonies of #F2B5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B5FB

Black with #F2B5FB

Text Example


Text Example

White with #F2B5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B5FB; }

 p { color: rgb(242,181,251); }

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

background-color css

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

 a { background-color: rgb(242,181,251); }

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

border-color css

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

 span { border-color: rgb(242,181,251); }

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