Color Hex Logo

#f3bfda Color Hex

#F3BFDA
(243,191,218)
0 Favorites   0 Comments

Color spaces of #f3bfda

RGB 243191218
HSL0.910.680.85
HSV329°21°95°
CMYK 0.000.210.10   0.05
XYZ68.247861.378274.5798
Yxy61.37820.33420.3006
Hunter Lab78.344218.3938-1.6001
CIE-Lab82.581622.8131-6.3309

#f3bfda color RGB value is (243,191,218).

#f3bfda hex color red value is 243, green value is 191 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f3bfda hue: 0.91 , saturation: 0.68 and the lightness value of f3bfda is 0.85.

The process color (four color CMYK) of #f3bfda color hex is 0.00, 0.21, 0.10, 0.05. Web safe color of #f3bfda is #ffcccc. Color #f3bfda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111111 11011010
Octal 363 277 332
Decimal 243 191 218
Hex F3 BF DA

RGB Percentages of Color #f3bfda

%37.27
%29.29
%33.44

CMYK Percentages of Color #f3bfda

%0
%21
%10
%5

Triadic Colors of #f3bfda

#f3bfda #daf3bf #bfdaf3

Analogous Colors of #f3bfda

#f3bfda #f3bfc0 #f2bff3

Monochromatic Colors of #f3bfda

#f3bfda

Complementary Color

#f3bfda #bff3d8

#f3bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bfda Color CSS Codes

.mybgcolor {background-color:#f3bfda; } 
.myforecolor {color:#f3bfda; }
.mybordercolor {border:3px solid #f3bfda; }

#f3bfda Text Font Color

<p style="color:#f3bfda">Text here</p>

This sample text font color is #f3bfda
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f3bfda Background Color

<div style="background-color:#f3bfda">
Div content here</div>

This div background color is #f3bfda


#f3bfda Border Color

<div style="border:3px solid #f3bfda">
Div here</div>

This div border color is #f3bfda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,191,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f3bfda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f3bfda;
  -webkit-box-shadow: 1px 1px 3px 2px #f3bfda;
  box-shadow:         1px 1px 3px 2px #f3bfda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,191,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f3bfda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f3bfda;
  -webkit-box-shadow: 1px 1px 3px 2px #f3bfda;
  box-shadow:         1px 1px 3px 2px #f3bfda;">
Div content here</div>

This div box has shadow with color #f3bfda


Comments

No comments written yet.

Please login to write comment.