Color Hex Logo

#f8beca Color Hex

#F8BECA
(248,190,202)
0 Favorites   0 Comments

Color spaces of #f8beca

RGB 248190202
HSL0.970.810.86
HSV348°23°97°
CMYK 0.000.230.19   0.03
XYZ67.785561.047664.0878
Yxy61.04760.35140.3164
Hunter Lab78.133018.12786.0610
CIE-Lab82.404322.56422.0519

#f8beca color RGB value is (248,190,202).

#f8beca hex color red value is 248, green value is 190 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f8beca hue: 0.97 , saturation: 0.81 and the lightness value of f8beca is 0.86.

The process color (four color CMYK) of #f8beca color hex is 0.00, 0.23, 0.19, 0.03. Web safe color of #f8beca is #ffcccc. Color #f8beca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10111110 11001010
Octal 370 276 312
Decimal 248 190 202
Hex F8 BE CA

RGB Percentages of Color #f8beca

%38.75
%29.69
%31.56

CMYK Percentages of Color #f8beca

%0
%23
%19
%3

Triadic Colors of #f8beca

#f8beca #caf8be #becaf8

Analogous Colors of #f8beca

#f8beca #f8cfbe #f8bee7

Monochromatic Colors of #f8beca

#f8beca

Complementary Color

#f8beca #bef8ec

#f8beca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8beca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8beca Color CSS Codes

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

#f8beca Text Font Color

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

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


#f8beca Background Color

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

This div background color is #f8beca


#f8beca Border Color

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

This div border color is #f8beca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(248,190,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f8beca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f8beca;
  -webkit-box-shadow: 1px 1px 3px 2px #f8beca;
  box-shadow:         1px 1px 3px 2px #f8beca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(248,190,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8beca


Comments

No comments written yet.

Please login to write comment.