Color Hex Logo

#f99be0 Color Hex

#F99BE0
(249,155,224)
0 Favorites   0 Comments

Color spaces of #f99be0

RGB 249155224
HSL0.880.890.79
HSV316°38°98°
CMYK 0.000.380.10   0.02
XYZ64.242848.964276.5861
Yxy48.96420.33850.2580
Hunter Lab69.974441.4238-15.9100
CIE-Lab75.429144.7080-20.2298

#f99be0 color RGB value is (249,155,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011011 11100000
Octal 371 233 340
Decimal 249 155 224
Hex F9 9B E0

RGB Percentages of Color #f99be0

%39.65
%24.68
%35.67

CMYK Percentages of Color #f99be0

%0
%38
%10
%2

Triadic Colors of #f99be0

#f99be0 #e0f99b #9be0f9

Analogous Colors of #f99be0

#f99be0 #f99bb1 #e39bf9

Monochromatic Colors of #f99be0

#f99be0

Complementary Color

#f99be0 #9bf9b4

#f99be0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99be0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99be0 Color CSS Codes

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

#f99be0 Text Font Color

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

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


#f99be0 Background Color

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

This div background color is #f99be0


#f99be0 Border Color

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

This div border color is #f99be0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99be0


Comments

No comments written yet.

Please login to write comment.