Color Hex Logo

#f99adc Color Hex

#F99ADC
(249,154,220)
0 Favorites   0 Comments

Color spaces of #f99adc

RGB 249154220
HSL0.880.890.79
HSV318°38°98°
CMYK 0.000.380.12   0.02
XYZ63.540848.418273.7068
Yxy48.41820.34220.2608
Hunter Lab69.583241.2290-14.0954
CIE-Lab75.087944.5741-18.5604

#f99adc color RGB value is (249,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10011010 11011100
Octal 371 232 334
Decimal 249 154 220
Hex F9 9A DC

RGB Percentages of Color #f99adc

%39.97
%24.72
%35.31

CMYK Percentages of Color #f99adc

%0
%38
%12
%2

Triadic Colors of #f99adc

#f99adc #dcf99a #9adcf9

Analogous Colors of #f99adc

#f99adc #f99aad #e79af9

Monochromatic Colors of #f99adc

#f99adc

Complementary Color

#f99adc #9af9b7

#f99adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f99adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f99adc Color CSS Codes

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

#f99adc Text Font Color

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

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


#f99adc Background Color

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

This div background color is #f99adc


#f99adc Border Color

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

This div border color is #f99adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f99adc


Comments

No comments written yet.

Please login to write comment.