Color Hex Logo

#f99bca Color Hex

#F99BCA
(249,155,202)
0 Favorites   0 Comments

Color spaces of #f99bca

RGB 249155202
HSL0.920.890.79
HSV330°38°98°
CMYK 0.000.380.19   0.02
XYZ61.448947.846761.8737
Yxy47.84670.35900.2795
Hunter Lab69.171337.5221-4.6150
CIE-Lab74.728141.2736-9.2300

#f99bca color RGB value is (249,155,202).

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

The process color (four color CMYK) of #f99bca color hex is 0.00, 0.38, 0.19, 0.02. Web safe color of #f99bca is #ff99cc. Color #f99bca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011011 11001010
Octal 371 233 312
Decimal 249 155 202
Hex F9 9B CA

RGB Percentages of Color #f99bca

%41.09
%25.58
%33.33

CMYK Percentages of Color #f99bca

%0
%38
%19
%2

Triadic Colors of #f99bca

#f99bca #caf99b #9bcaf9

Analogous Colors of #f99bca

#f99bca #f99b9b #f99bf9

Monochromatic Colors of #f99bca

#f99bca

Complementary Color

#f99bca #9bf9ca

#f99bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99bca Color CSS Codes

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

#f99bca Text Font Color

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

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


#f99bca Background Color

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

This div background color is #f99bca


#f99bca Border Color

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

This div border color is #f99bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99bca

Related Colors


Comments

No comments written yet.

Please login to write comment.