Html Css Color HEX #F2BEFD Mauve

📋 copy color: '#F2BEFD'

red 242 ◦ green 190 ◦ blue 253

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

Shades of Mauve #F2BEFD

Tints of Mauve #F2BEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 27.74%

 BLUE value IS 253 (99.22% from 255) = 36.93%

R = 35.33%
G = 27.74%
B = 36.93%

CMYK

 C value IS 0.04

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#F2BEFD (or 0xF2BEFD) is known color: Mauve. HEX triplet: F2, BE and FD. RGB value is (242,190,253). Sum of RGB (Red+Green+Blue) = 242+190+253=685 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.33% from 685); Green value is 190 (74.61% from 255 or 27.74% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #F2BEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BEFD is #0D4102. Grayscale: #D4D4D4. Windows color (decimal): -868611 or 16629490. OLE color: 16629490.

HSL color Cylindrical-coordinate representation of color #F2BEFD: hue angle of 289.52º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F2BEFD is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 190 253 -
CMYK 0.04 0.25 0 0.01
HSL 289.52º 0.94% 0.87% -
HSV(B) 289.52º 0.25% 0.99% -
XYZ 72.76 62.8 101.21 -
YUV 212.73 150.73 148.88 -
System Red Green Blue C M Y K H S L
Decimal 242 190 253 0.04 0.25 0 0.01 289.52 0.94 0.87
Hex F2 BE FD 4 19 0 1 122 5E 57
Octal 362 276 375 4 31 0 1 442 136 127
Binary 11110010 10111110 11111101 100 11001 0 1 100100010 1011110 1010111

Color Harmonies of #F2BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BEFD

Black with #F2BEFD

Text Example


Text Example

White with #F2BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BEFD; }

 p { color: rgb(242,190,253); }

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

background-color css

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

 a { background-color: rgb(242,190,253); }

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

border-color css

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

 span { border-color: rgb(242,190,253); }

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