Color Hex Logo

#fcceeb Color Hex

#FCCEEB
(252,206,235)
0 Favorites   0 Comments

Color spaces of #fcceeb

RGB 252206235
HSL0.890.880.90
HSV322°18°99°
CMYK 0.000.180.07   0.01
XYZ77.211670.836288.2005
Yxy70.83620.32680.2998
Hunter Lab84.164216.4670-3.2184
CIE-Lab87.405420.8227-8.1526

#fcceeb color RGB value is (252,206,235).

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

The process color (four color CMYK) of #fcceeb color hex is 0.00, 0.18, 0.07, 0.01. Web safe color of #fcceeb is #ffccff. Color #fcceeb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 11101011
Octal 374 316 353
Decimal 252 206 235
Hex FC CE EB

RGB Percentages of Color #fcceeb

%36.36
%29.73
%33.91

CMYK Percentages of Color #fcceeb

%0
%18
%7
%1

Triadic Colors of #fcceeb

#fcceeb #ebfcce #ceebfc

Analogous Colors of #fcceeb

#fcceeb #fcced4 #f6cefc

Monochromatic Colors of #fcceeb

#fcceeb

Complementary Color

#fcceeb #cefcdf

#fcceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcceeb Color CSS Codes

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

#fcceeb Text Font Color

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

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


#fcceeb Background Color

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

This div background color is #fcceeb


#fcceeb Border Color

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

This div border color is #fcceeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,206,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 #fcceeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcceeb


Comments

No comments written yet.

Please login to write comment.