Color Hex Logo

#fd3ccb Color Hex

#FD3CCB
(253,60,203)
0 Favorites   0 Comments

Color spaces of #fd3ccb

RGB 25360203
HSL0.880.980.61
HSV316°76°99°
CMYK 0.000.760.20   0.01
XYZ52.903428.426259.1984
Yxy28.42620.37650.2023
Hunter Lab53.316283.8145-28.5099
CIE-Lab60.271882.5354-31.7318

#fd3ccb color RGB value is (253,60,203).

#fd3ccb hex color red value is 253, green value is 60 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #fd3ccb hue: 0.88 , saturation: 0.98 and the lightness value of fd3ccb is 0.61.

The process color (four color CMYK) of #fd3ccb color hex is 0.00, 0.76, 0.20, 0.01. Web safe color of #fd3ccb is #ff33cc. Color #fd3ccb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00111100 11001011
Octal 375 74 313
Decimal 253 60 203
Hex FD 3C CB

RGB Percentages of Color #fd3ccb

%49.03
%11.63
%39.34

CMYK Percentages of Color #fd3ccb

%0
%76
%20
%1

Triadic Colors of #fd3ccb

#fd3ccb #cbfd3c #3ccbfd

Analogous Colors of #fd3ccb

#fd3ccb #fd3c6b #cf3cfd

Monochromatic Colors of #fd3ccb

#fd3ccb

Complementary Color

#fd3ccb #3cfd6e

#fd3ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd3ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd3ccb Color CSS Codes

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

#fd3ccb Text Font Color

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

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


#fd3ccb Background Color

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

This div background color is #fd3ccb


#fd3ccb Border Color

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

This div border color is #fd3ccb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,60,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd3ccb


Comments

No comments written yet.

Please login to write comment.