Color Hex Logo

#fdbebc Color Hex

#FDBEBC
(253,190,188)
0 Favorites   0 Comments

Color spaces of #fdbebc

RGB 253190188
HSL0.010.940.86
HSV26°99°
CMYK 0.000.250.26   0.01
XYZ67.998661.340455.8329
Yxy61.34040.36720.3313
Hunter Lab78.320117.916012.5574
CIE-Lab82.561422.35489.8524

#fdbebc color RGB value is (253,190,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111110 10111100
Octal 375 276 274
Decimal 253 190 188
Hex FD BE BC

RGB Percentages of Color #fdbebc

%40.10
%30.11
%29.79

CMYK Percentages of Color #fdbebc

%0
%25
%26
%1

Triadic Colors of #fdbebc

#fdbebc #bcfdbe #bebcfd

Analogous Colors of #fdbebc

#fdbebc #fddfbc #fdbcdb

Monochromatic Colors of #fdbebc

#fdbebc

Complementary Color

#fdbebc #bcfbfd

#fdbebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbebc Color CSS Codes

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

#fdbebc Text Font Color

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

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


#fdbebc Background Color

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

This div background color is #fdbebc


#fdbebc Border Color

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

This div border color is #fdbebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbebc


Comments

No comments written yet.

Please login to write comment.