Color Hex Logo

#f99deb Color Hex

#F99DEB
(249,157,235)
0 Favorites   0 Comments

Color spaces of #f99deb

RGB 249157235
HSL0.860.880.80
HSV309°37°98°
CMYK 0.000.370.06   0.02
XYZ66.119350.251884.8120
Yxy50.25180.32870.2498
Hunter Lab70.888542.4361-21.3134
CIE-Lab76.223645.5148-25.0128

#f99deb color RGB value is (249,157,235).

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

The process color (four color CMYK) of #f99deb color hex is 0.00, 0.37, 0.06, 0.02. Web safe color of #f99deb is #ff99ff. Color #f99deb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011101 11101011
Octal 371 235 353
Decimal 249 157 235
Hex F9 9D EB

RGB Percentages of Color #f99deb

%38.85
%24.49
%36.66

CMYK Percentages of Color #f99deb

%0
%37
%6
%2

Triadic Colors of #f99deb

#f99deb #ebf99d #9debf9

Analogous Colors of #f99deb

#f99deb #f99dbd #d99df9

Monochromatic Colors of #f99deb

#f99deb

Complementary Color

#f99deb #9df9ab

#f99deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99deb Color CSS Codes

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

#f99deb Text Font Color

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

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


#f99deb Background Color

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

This div background color is #f99deb


#f99deb Border Color

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

This div border color is #f99deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99deb


Comments

No comments written yet.

Please login to write comment.