Color Hex Logo

#fceeeb Color Hex

#FCEEEB
(252,238,235)
1 Favorites   0 Comments

Color spaces of #fceeeb

RGB 252238235
HSL0.030.740.95
HSV11°99°
CMYK 0.000.060.07   0.01
XYZ85.714887.842791.0349
Yxy87.84270.32400.3320
Hunter Lab93.7244-0.77238.0185
CIE-Lab95.09474.21263.1288

#fceeeb color RGB value is (252,238,235).

#fceeeb hex color red value is 252, green value is 238 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fceeeb hue: 0.03 , saturation: 0.74 and the lightness value of fceeeb is 0.95.

The process color (four color CMYK) of #fceeeb color hex is 0.00, 0.06, 0.07, 0.01. Web safe color of #fceeeb is #ffffff. Color #fceeeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11101110 11101011
Octal 374 356 353
Decimal 252 238 235
Hex FC EE EB

RGB Percentages of Color #fceeeb

%34.76
%32.83
%32.41

CMYK Percentages of Color #fceeeb

%0
%6
%7
%1

Triadic Colors of #fceeeb

#fceeeb #ebfcee #eeebfc

Analogous Colors of #fceeeb

#fceeeb #fcf7eb #fcebf1

Monochromatic Colors of #fceeeb

#fceeeb

Complementary Color

#fceeeb #ebf9fc

#fceeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fceeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fceeeb Color CSS Codes

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

#fceeeb Text Font Color

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

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


#fceeeb Background Color

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

This div background color is #fceeeb


#fceeeb Border Color

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

This div border color is #fceeeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,238,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fceeeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fceeeb;
  -webkit-box-shadow: 1px 1px 3px 2px #fceeeb;
  box-shadow:         1px 1px 3px 2px #fceeeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,238,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fceeeb

Related Colors


Comments

No comments written yet.

Please login to write comment.