Color Hex Logo

#fa9ceb Color Hex

#FA9CEB
(250,156,235)
0 Favorites   0 Comments

Color spaces of #fa9ceb

RGB 250156235
HSL0.860.900.80
HSV310°38°98°
CMYK 0.000.380.06   0.02
XYZ66.308250.099184.7725
Yxy50.09910.32960.2490
Hunter Lab70.780743.3546-21.4638
CIE-Lab76.130046.3394-25.1454

#fa9ceb color RGB value is (250,156,235).

#fa9ceb hex color red value is 250, green value is 156 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fa9ceb hue: 0.86 , saturation: 0.90 and the lightness value of fa9ceb is 0.80.

The process color (four color CMYK) of #fa9ceb color hex is 0.00, 0.38, 0.06, 0.02. Web safe color of #fa9ceb is #ff99ff. Color #fa9ceb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10011100 11101011
Octal 372 234 353
Decimal 250 156 235
Hex FA 9C EB

RGB Percentages of Color #fa9ceb

%39.00
%24.34
%36.66

CMYK Percentages of Color #fa9ceb

%0
%38
%6
%2

Triadic Colors of #fa9ceb

#fa9ceb #ebfa9c #9cebfa

Analogous Colors of #fa9ceb

#fa9ceb #fa9cbc #da9cfa

Monochromatic Colors of #fa9ceb

#fa9ceb

Complementary Color

#fa9ceb #9cfaab

#fa9ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa9ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa9ceb Color CSS Codes

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

#fa9ceb Text Font Color

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

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


#fa9ceb Background Color

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

This div background color is #fa9ceb


#fa9ceb Border Color

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

This div border color is #fa9ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa9ceb


Comments

No comments written yet.

Please login to write comment.