color codes Logo

#f99dbc color codes

#F99DBC
(249,157,188)
0 Favorites   0 Comments

Color spaces of #f99dbc

RGB 249157188
HSL0.940.880.80
HSV340°37°98°
CMYK 0.000.370.24   0.02
XYZ60.201047.884553.6466
Yxy47.88450.37220.2961
Hunter Lab69.198634.19272.4742
CIE-Lab74.752038.2239-1.4947

#f99dbc color RGB value is (249,157,188).

#f99dbc hex color red value is 249, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #f99dbc hue: 0.94 , saturation: 0.88 and the lightness value of f99dbc is 0.80.

The process color (four color CMYK) of #f99dbc color code is 0.00, 0.37, 0.24, 0.02. Web safe color of #f99dbc is #ff99cc. Color #f99dbc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011101 10111100
Octal 371 235 274
Decimal 249 157 188
Hex F9 9D BC

RGB Percentages of Color #f99dbc

%41.92
%26.43
%31.65

CMYK Percentages of Color #f99dbc

%0
%37
%24
%2

Triadic Colors of #f99dbc

#f99dbc #bcf99d #9dbcf9

Analogous Colors of #f99dbc

#f99dbc #f9ac9d #f99dea

Monochromatic Colors of #f99dbc

#f99dbc

Complementary Color

#f99dbc #9df9da

#f99dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99dbc Color CSS Codes

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

#f99dbc Text Font Color

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

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


#f99dbc Background Color

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

This div background color is #f99dbc


#f99dbc Border Color

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

This div border color is #f99dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99dbc

#f99dbc Color Palettes


Comments

No comments written yet.

Please login to write comment.