Color Hex Logo

#fdbbc4 Color Hex

#FDBBC4
(253,187,196)
0 Favorites   0 Comments

Color spaces of #fdbbc4

RGB 253187196
HSL0.980.940.86
HSV352°26°99°
CMYK 0.000.260.23   0.01
XYZ68.242160.408860.2879
Yxy60.40880.36120.3197
Hunter Lab77.723120.71048.4164
CIE-Lab82.059925.04964.8384

#fdbbc4 color RGB value is (253,187,196).

#fdbbc4 hex color red value is 253, green value is 187 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #fdbbc4 hue: 0.98 , saturation: 0.94 and the lightness value of fdbbc4 is 0.86.

The process color (four color CMYK) of #fdbbc4 color hex is 0.00, 0.26, 0.23, 0.01. Web safe color of #fdbbc4 is #ffcccc. Color #fdbbc4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111011 11000100
Octal 375 273 304
Decimal 253 187 196
Hex FD BB C4

RGB Percentages of Color #fdbbc4

%39.78
%29.40
%30.82

CMYK Percentages of Color #fdbbc4

%0
%26
%23
%1

Triadic Colors of #fdbbc4

#fdbbc4 #c4fdbb #bbc4fd

Analogous Colors of #fdbbc4

#fdbbc4 #fdd3bb #fdbbe5

Monochromatic Colors of #fdbbc4

#fdbbc4

Complementary Color

#fdbbc4 #bbfdf4

#fdbbc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbbc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbbc4 Color CSS Codes

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

#fdbbc4 Text Font Color

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

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


#fdbbc4 Background Color

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

This div background color is #fdbbc4


#fdbbc4 Border Color

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

This div border color is #fdbbc4


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,187,196, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fdbbc4; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fdbbc4;
  -webkit-box-shadow: 1px 1px 3px 2px #fdbbc4;
  box-shadow:         1px 1px 3px 2px #fdbbc4; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,187,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbbc4

Related Colors


Comments

No comments written yet.

Please login to write comment.