Color Hex Logo

#fc9adb Color Hex

#FC9ADB
(252,154,219)
0 Favorites   0 Comments

Color spaces of #fc9adb

RGB 252154219
HSL0.890.940.80
HSV320°39°99°
CMYK 0.000.390.13   0.01
XYZ64.486748.921173.0617
Yxy48.92110.34580.2624
Hunter Lab69.943642.1723-12.9726
CIE-Lab75.402245.3783-17.5048

#fc9adb color RGB value is (252,154,219).

#fc9adb hex color red value is 252, green value is 154 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fc9adb hue: 0.89 , saturation: 0.94 and the lightness value of fc9adb is 0.80.

The process color (four color CMYK) of #fc9adb color hex is 0.00, 0.39, 0.13, 0.01. Web safe color of #fc9adb is #ff99cc. Color #fc9adb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10011010 11011011
Octal 374 232 333
Decimal 252 154 219
Hex FC 9A DB

RGB Percentages of Color #fc9adb

%40.32
%24.64
%35.04

CMYK Percentages of Color #fc9adb

%0
%39
%13
%1

Triadic Colors of #fc9adb

#fc9adb #dbfc9a #9adbfc

Analogous Colors of #fc9adb

#fc9adb #fc9aaa #ec9afc

Monochromatic Colors of #fc9adb

#fc9adb

Complementary Color

#fc9adb #9afcbb

#fc9adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9adb Color CSS Codes

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

#fc9adb Text Font Color

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

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


#fc9adb Background Color

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

This div background color is #fc9adb


#fc9adb Border Color

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

This div border color is #fc9adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9adb

Related Colors


Comments

No comments written yet.

Please login to write comment.