Html Css Color HEX #F2BDFC Mauve

📋 copy color: '#F2BDFC'

red 242 ◦ green 189 ◦ blue 252

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

Shades of Mauve #F2BDFC

Tints of Mauve #F2BDFC

RGB

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

 GREEN value IS 189 (74.22% from 255) = 27.67%

 BLUE value IS 252 (98.83% from 255) = 36.9%

R = 35.43%
G = 27.67%
B = 36.9%

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

#F2BDFC (or 0xF2BDFC) is known color: Mauve. HEX triplet: F2, BD and FC. RGB value is (242,189,252). Sum of RGB (Red+Green+Blue) = 242+189+252=683 (90% of max value = 765). Red value is 242 (94.92% from 255 or 35.43% from 683); Green value is 189 (74.22% from 255 or 27.67% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #F2BDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F2BDFC is #0D4203. Grayscale: #D3D3D3. Windows color (decimal): -868868 or 16563698. OLE color: 16563698.

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

Color convert

RGB 242 189 252 -
CMYK 0.04 0.25 0 0.01
HSL 290.48º 0.91% 0.86% -
HSV(B) 290.48º 0.25% 0.99% -
XYZ 72.39 62.3 100.31 -
YUV 212.03 150.56 149.38 -
System Red Green Blue C M Y K H S L
Decimal 242 189 252 0.04 0.25 0 0.01 290.48 0.91 0.86
Hex F2 BD FC 4 19 0 1 122 5B 56
Octal 362 275 374 4 31 0 1 442 133 126
Binary 11110010 10111101 11111100 100 11001 0 1 100100010 1011011 1010110

Color Harmonies of #F2BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BDFC

Black with #F2BDFC

Text Example


Text Example

White with #F2BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BDFC; }

 p { color: rgb(242,189,252); }

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

background-color css

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

 a { background-color: rgb(242,189,252); }

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

border-color css

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

 span { border-color: rgb(242,189,252); }

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