Color Hex Logo

#fbced7 Color Hex

#FBCED7
(251,206,215)
0 Favorites   0 Comments

Color spaces of #fbced7

RGB 251206215
HSL0.970.850.90
HSV348°18°98°
CMYK 0.000.180.14   0.02
XYZ74.120769.558173.8095
Yxy69.55810.34080.3198
Hunter Lab83.401512.68425.9100
CIE-Lab86.779717.20931.5162

#fbced7 color RGB value is (251,206,215).

#fbced7 hex color red value is 251, green value is 206 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #fbced7 hue: 0.97 , saturation: 0.85 and the lightness value of fbced7 is 0.90.

The process color (four color CMYK) of #fbced7 color hex is 0.00, 0.18, 0.14, 0.02. Web safe color of #fbced7 is #ffcccc. Color #fbced7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11010111
Octal 373 316 327
Decimal 251 206 215
Hex FB CE D7

RGB Percentages of Color #fbced7

%37.35
%30.65
%31.99

CMYK Percentages of Color #fbced7

%0
%18
%14
%2

Triadic Colors of #fbced7

#fbced7 #d7fbce #ced7fb

Analogous Colors of #fbced7

#fbced7 #fbdcce #fbceee

Monochromatic Colors of #fbced7

#fbced7

Complementary Color

#fbced7 #cefbf2

#fbced7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbced7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbced7 Color CSS Codes

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

#fbced7 Text Font Color

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

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


#fbced7 Background Color

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

This div background color is #fbced7


#fbced7 Border Color

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

This div border color is #fbced7


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,206,215, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fbced7; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fbced7;
  -webkit-box-shadow: 1px 1px 3px 2px #fbced7;
  box-shadow:         1px 1px 3px 2px #fbced7; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,206,215, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbced7


Comments

No comments written yet.

Please login to write comment.