Color Hex Logo

#f98ced Color Hex

#F98CED
(249,140,237)
0 Favorites   0 Comments

Color spaces of #f98ced

RGB 249140237
HSL0.850.900.76
HSV307°44°98°
CMYK 0.000.440.05   0.02
XYZ63.731145.010385.4496
Yxy45.01030.32820.2318
Hunter Lab67.089752.1570-28.5526
CIE-Lab72.898754.4466-31.2053

#f98ced color RGB value is (249,140,237).

#f98ced hex color red value is 249, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #f98ced hue: 0.85 , saturation: 0.90 and the lightness value of f98ced is 0.76.

The process color (four color CMYK) of #f98ced color hex is 0.00, 0.44, 0.05, 0.02. Web safe color of #f98ced is #ff99ff. Color #f98ced contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10001100 11101101
Octal 371 214 355
Decimal 249 140 237
Hex F9 8C ED

RGB Percentages of Color #f98ced

%39.78
%22.36
%37.86

CMYK Percentages of Color #f98ced

%0
%44
%5
%2

Triadic Colors of #f98ced

#f98ced #edf98c #8cedf9

Analogous Colors of #f98ced

#f98ced #f98cb7 #cf8cf9

Monochromatic Colors of #f98ced

#f98ced

Complementary Color

#f98ced #8cf998

#f98ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f98ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#f98ced Color CSS Codes

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

#f98ced Text Font Color

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

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


#f98ced Background Color

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

This div background color is #f98ced


#f98ced Border Color

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

This div border color is #f98ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f98ced


Comments

No comments written yet.

Please login to write comment.