Color Hex Logo

#fcb28f Color Hex

#FCB28F
(252,178,143)
0 Favorites   0 Comments

Color spaces of #fcb28f

RGB 252178143
HSL0.050.950.77
HSV19°43°99°
CMYK 0.000.290.43   0.01
XYZ61.023254.519433.2936
Yxy54.51940.41000.3663
Hunter Lab73.837318.307124.9519
CIE-Lab78.763622.878528.6455

#fcb28f color RGB value is (252,178,143).

#fcb28f hex color red value is 252, green value is 178 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #fcb28f hue: 0.05 , saturation: 0.95 and the lightness value of fcb28f is 0.77.

The process color (four color CMYK) of #fcb28f color hex is 0.00, 0.29, 0.43, 0.01. Web safe color of #fcb28f is #ff9999. Color #fcb28f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110010 10001111
Octal 374 262 217
Decimal 252 178 143
Hex FC B2 8F

RGB Percentages of Color #fcb28f

%43.98
%31.06
%24.96

CMYK Percentages of Color #fcb28f

%0
%29
%43
%1

Triadic Colors of #fcb28f

#fcb28f #8ffcb2 #b28ffc

Analogous Colors of #fcb28f

#fcb28f #fce98f #fc8fa3

Monochromatic Colors of #fcb28f

#fcb28f

Complementary Color

#fcb28f #8fd9fc

#fcb28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb28f Color CSS Codes

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

#fcb28f Text Font Color

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

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


#fcb28f Background Color

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

This div background color is #fcb28f


#fcb28f Border Color

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

This div border color is #fcb28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb28f

Related Colors


Comments

No comments written yet.

Please login to write comment.