Color Hex Logo

#f3bddc Color Hex

#F3BDDC
(243,189,220)
0 Favorites   0 Comments

Color spaces of #f3bddc

RGB 243189220
HSL0.900.690.85
HSV326°22°95°
CMYK 0.000.220.09   0.05
XYZ68.078060.617275.8223
Yxy60.61720.33290.2964
Hunter Lab77.857019.8301-3.2406
CIE-Lab82.172524.2050-8.0099

#f3bddc color RGB value is (243,189,220).

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

The process color (four color CMYK) of #f3bddc color hex is 0.00, 0.22, 0.09, 0.05. Web safe color of #f3bddc is #ffcccc. Color #f3bddc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10111101 11011100
Octal 363 275 334
Decimal 243 189 220
Hex F3 BD DC

RGB Percentages of Color #f3bddc

%37.27
%28.99
%33.74

CMYK Percentages of Color #f3bddc

%0
%22
%9
%5

Triadic Colors of #f3bddc

#f3bddc #dcf3bd #bddcf3

Analogous Colors of #f3bddc

#f3bddc #f3bdc1 #efbdf3

Monochromatic Colors of #f3bddc

#f3bddc

Complementary Color

#f3bddc #bdf3d4

#f3bddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3bddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3bddc Color CSS Codes

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

#f3bddc Text Font Color

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

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


#f3bddc Background Color

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

This div background color is #f3bddc


#f3bddc Border Color

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

This div border color is #f3bddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3bddc


Comments

No comments written yet.

Please login to write comment.