Color Hex Logo

#f96ccc Color Hex

#F96CCC
(249,108,204)
0 Favorites   0 Comments

Color spaces of #f96ccc

RGB 249108204
HSL0.890.920.70
HSV319°57°98°
CMYK 0.000.570.18   0.02
XYZ55.328635.224561.0096
Yxy35.22450.36510.2324
Hunter Lab59.350262.5418-19.4025
CIE-Lab65.923164.3678-23.6364

#f96ccc color RGB value is (249,108,204).

#f96ccc hex color red value is 249, green value is 108 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f96ccc hue: 0.89 , saturation: 0.92 and the lightness value of f96ccc is 0.70.

The process color (four color CMYK) of #f96ccc color hex is 0.00, 0.57, 0.18, 0.02. Web safe color of #f96ccc is #ff66cc. Color #f96ccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01101100 11001100
Octal 371 154 314
Decimal 249 108 204
Hex F9 6C CC

RGB Percentages of Color #f96ccc

%44.39
%19.25
%36.36

CMYK Percentages of Color #f96ccc

%0
%57
%18
%2

Triadic Colors of #f96ccc

#f96ccc #ccf96c #6cccf9

Analogous Colors of #f96ccc

#f96ccc #f96c86 #e06cf9

Monochromatic Colors of #f96ccc

#f96ccc

Complementary Color

#f96ccc #6cf999

#f96ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f96ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f96ccc Color CSS Codes

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

#f96ccc Text Font Color

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

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


#f96ccc Background Color

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

This div background color is #f96ccc


#f96ccc Border Color

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

This div border color is #f96ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,108,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f96ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f96ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #f96ccc;
  box-shadow:         1px 1px 3px 2px #f96ccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,108,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f96ccc

Related Colors


Comments

No comments written yet.

Please login to write comment.