Color Hex Logo

#fc9283 Color Hex

#FC9283
(252,146,131)
0 Favorites   0 Comments

Color spaces of #fc9283

RGB 252146131
HSL0.020.950.75
HSV48°99°
CMYK 0.000.420.48   0.01
XYZ54.520542.891926.8782
Yxy42.89190.43870.3451
Hunter Lab65.491933.986321.5114
CIE-Lab71.481538.366525.3689

#fc9283 color RGB value is (252,146,131).

#fc9283 hex color red value is 252, green value is 146 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #fc9283 hue: 0.02 , saturation: 0.95 and the lightness value of fc9283 is 0.75.

The process color (four color CMYK) of #fc9283 color hex is 0.00, 0.42, 0.48, 0.01. Web safe color of #fc9283 is #ff9999. Color #fc9283 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010010 10000011
Octal 374 222 203
Decimal 252 146 131
Hex FC 92 83

RGB Percentages of Color #fc9283

%47.64
%27.60
%24.76

CMYK Percentages of Color #fc9283

%0
%42
%48
%1

Triadic Colors of #fc9283

#fc9283 #83fc92 #9283fc

Analogous Colors of #fc9283

#fc9283 #fccf83 #fc83b1

Monochromatic Colors of #fc9283

#fc9283

Complementary Color

#fc9283 #83edfc

#fc9283 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9283 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9283 Color CSS Codes

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

#fc9283 Text Font Color

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

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


#fc9283 Background Color

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

This div background color is #fc9283


#fc9283 Border Color

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

This div border color is #fc9283


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9283


Comments

No comments written yet.

Please login to write comment.