Color Hex Logo

#f298ce Color Hex

#F298CE
(242,152,206)
0 Favorites   0 Comments

Color spaces of #f298ce

RGB 242152206
HSL0.900.780.77
HSV324°37°95°
CMYK 0.000.370.15   0.05
XYZ58.986845.789964.1219
Yxy45.78990.34920.2711
Hunter Lab67.668237.1801-8.8150
CIE-Lab73.409041.1064-13.4870

#f298ce color RGB value is (242,152,206).

#f298ce hex color red value is 242, green value is 152 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #f298ce hue: 0.90 , saturation: 0.78 and the lightness value of f298ce is 0.77.

The process color (four color CMYK) of #f298ce color hex is 0.00, 0.37, 0.15, 0.05. Web safe color of #f298ce is #ff99cc. Color #f298ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10011000 11001110
Octal 362 230 316
Decimal 242 152 206
Hex F2 98 CE

RGB Percentages of Color #f298ce

%40.33
%25.33
%34.33

CMYK Percentages of Color #f298ce

%0
%37
%15
%5

Triadic Colors of #f298ce

#f298ce #cef298 #98cef2

Analogous Colors of #f298ce

#f298ce #f298a1 #e998f2

Monochromatic Colors of #f298ce

#f298ce

Complementary Color

#f298ce #98f2bc

#f298ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f298ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#f298ce Color CSS Codes

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

#f298ce Text Font Color

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

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


#f298ce Background Color

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

This div background color is #f298ce


#f298ce Border Color

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

This div border color is #f298ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(242,152,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f298ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f298ce;
  -webkit-box-shadow: 1px 1px 3px 2px #f298ce;
  box-shadow:         1px 1px 3px 2px #f298ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(242,152,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f298ce


Comments

No comments written yet.

Please login to write comment.