Color Hex Logo

#f3bfdf Color Hex

#F3BFDF
(243,191,223)
0 Favorites   0 Comments

Color spaces of #f3bfdf

RGB 243191223
HSL0.900.680.85
HSV323°21°95°
CMYK 0.000.210.08   0.05
XYZ68.912261.644078.0785
Yxy61.64400.33030.2955
Hunter Lab78.513719.2722-4.0018
CIE-Lab82.723723.6489-8.8007

#f3bfdf color RGB value is (243,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111111 11011111
Octal 363 277 337
Decimal 243 191 223
Hex F3 BF DF

RGB Percentages of Color #f3bfdf

%36.99
%29.07
%33.94

CMYK Percentages of Color #f3bfdf

%0
%21
%8
%5

Triadic Colors of #f3bfdf

#f3bfdf #dff3bf #bfdff3

Analogous Colors of #f3bfdf

#f3bfdf #f3bfc5 #edbff3

Monochromatic Colors of #f3bfdf

#f3bfdf

Complementary Color

#f3bfdf #bff3d3

#f3bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bfdf Color CSS Codes

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

#f3bfdf Text Font Color

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

This sample text font color is #f3bfdf
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.


#f3bfdf Background Color

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

This div background color is #f3bfdf


#f3bfdf Border Color

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

This div border color is #f3bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bfdf


Comments

No comments written yet.

Please login to write comment.