Html Css Color HEX #F2B5FE Mauve

📋 copy color: '#F2B5FE'

red 242 ◦ green 181 ◦ blue 254

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

Shades of Mauve #F2B5FE

Tints of Mauve #F2B5FE

RGB

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

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

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

R = 35.75%
G = 26.74%
B = 37.52%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#F2B5FE (or 0xF2B5FE) is known color: Mauve. HEX triplet: F2, B5 and FE. RGB value is (242,181,254). Sum of RGB (Red+Green+Blue) = 242+181+254=677 (89% of max value = 765). Red value is 242 (94.92% from 255 or 35.75% from 677); Green value is 181 (71.09% from 255 or 26.74% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #F2B5FE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2B5FE is #0D4A01. Grayscale: #CFCFCF. Windows color (decimal): -870914 or 16692722. OLE color: 16692722.

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

Color convert

RGB 242 181 254 -
CMYK 0.05 0.29 0 0.00
HSL 290.14º 0.97% 0.85% -
HSV(B) 290.14º 0.29% 1% -
XYZ 71.03 59.08 101.43 -
YUV 207.56 154.21 152.56 -
System Red Green Blue C M Y K H S L
Decimal 242 181 254 0.05 0.29 0 0.00 290.14 0.97 0.85
Hex F2 B5 FE 5 1D 0 0 122 61 55
Octal 362 265 376 5 35 0 0 442 141 125
Binary 11110010 10110101 11111110 101 11101 0 0 100100010 1100001 1010101

Color Harmonies of #F2B5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B5FE

Black with #F2B5FE

Text Example


Text Example

White with #F2B5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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