Color Hex Logo

#fccbeb Color Hex

#FCCBEB
(252,203,235)
0 Favorites   0 Comments

Color spaces of #fccbeb

RGB 252203235
HSL0.890.890.89
HSV321°19°99°
CMYK 0.000.190.07   0.01
XYZ76.496269.405587.9621
Yxy69.40550.32710.2968
Hunter Lab83.310018.1084-4.2839
CIE-Lab86.704522.3985-9.1929

#fccbeb color RGB value is (252,203,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11101011
Octal 374 313 353
Decimal 252 203 235
Hex FC CB EB

RGB Percentages of Color #fccbeb

%36.52
%29.42
%34.06

CMYK Percentages of Color #fccbeb

%0
%19
%7
%1

Triadic Colors of #fccbeb

#fccbeb #ebfccb #cbebfc

Analogous Colors of #fccbeb

#fccbeb #fccbd3 #f5cbfc

Monochromatic Colors of #fccbeb

#fccbeb

Complementary Color

#fccbeb #cbfcdc

#fccbeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbeb Color CSS Codes

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

#fccbeb Text Font Color

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

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


#fccbeb Background Color

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

This div background color is #fccbeb


#fccbeb Border Color

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

This div border color is #fccbeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbeb


Comments

No comments written yet.

Please login to write comment.