Color Hex Logo

#fbceed Color Hex

#FBCEED
(251,206,237)
0 Favorites   0 Comments

Color spaces of #fbceed

RGB 251206237
HSL0.890.850.90
HSV319°18°98°
CMYK 0.000.180.06   0.02
XYZ77.141070.766389.7142
Yxy70.76630.32460.2978
Hunter Lab84.122716.4708-4.3450
CIE-Lab87.371320.8272-9.2717

#fbceed color RGB value is (251,206,237).

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

The process color (four color CMYK) of #fbceed color hex is 0.00, 0.18, 0.06, 0.02. Web safe color of #fbceed is #ffccff. Color #fbceed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11001110 11101101
Octal 373 316 355
Decimal 251 206 237
Hex FB CE ED

RGB Percentages of Color #fbceed

%36.17
%29.68
%34.15

CMYK Percentages of Color #fbceed

%0
%18
%6
%2

Triadic Colors of #fbceed

#fbceed #edfbce #ceedfb

Analogous Colors of #fbceed

#fbceed #fbced7 #f3cefb

Monochromatic Colors of #fbceed

#fbceed

Complementary Color

#fbceed #cefbdc

#fbceed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbceed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbceed Color CSS Codes

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

#fbceed Text Font Color

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

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


#fbceed Background Color

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

This div background color is #fbceed


#fbceed Border Color

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

This div border color is #fbceed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbceed


Comments

No comments written yet.

Please login to write comment.