Html Css Color HEX #F3BDFD Mauve

📋 copy color: '#F3BDFD'

red 243 ◦ green 189 ◦ blue 253

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

Shades of Mauve #F3BDFD

Tints of Mauve #F3BDFD

RGB

 RED value IS 243 (95.31% from 255) = 35.47%

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

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

R = 35.47%
G = 27.59%
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

#F3BDFD (or 0xF3BDFD) is known color: Mauve. HEX triplet: F3, BD and FD. RGB value is (243,189,253). Sum of RGB (Red+Green+Blue) = 243+189+253=685 (90% of max value = 765). Red value is 243 (95.31% from 255 or 35.47% from 685); Green value is 189 (74.22% from 255 or 27.59% 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 #F3BDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F3BDFD is #0C4202. Grayscale: #D4D4D4. Windows color (decimal): -803331 or 16629235. OLE color: 16629235.

HSL color Cylindrical-coordinate representation of color #F3BDFD: hue angle of 290.62º 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 #F3BDFD is Cyan = 0.04, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 243 189 253 -
CMYK 0.04 0.25 0 0.01
HSL 290.63º 0.94% 0.87% -
HSV(B) 290.63º 0.25% 0.99% -
XYZ 72.89 62.54 101.16 -
YUV 212.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 243 189 253 0.04 0.25 0 0.01 290.63 0.94 0.87
Hex F3 BD FD 4 19 0 1 123 5E 57
Octal 363 275 375 4 31 0 1 443 136 127
Binary 11110011 10111101 11111101 100 11001 0 1 100100011 1011110 1010111

Color Harmonies of #F3BDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3BDFD

Black with #F3BDFD

Text Example


Text Example

White with #F3BDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3BDFD; }

 p { color: rgb(243,189,253); }

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

background-color css

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

 a { background-color: rgb(243,189,253); }

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

border-color css

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

 span { border-color: rgb(243,189,253); }

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