Color Hex Logo

#f7dadb Color Hex

#F7DADB
(247,218,219)
0 Favorites   0 Comments

Color spaces of #f7dadb

RGB 247218219
HSL0.990.640.91
HSV358°12°97°
CMYK 0.000.120.11   0.03
XYZ76.215475.031477.4834
Yxy75.03140.33320.3280
Hunter Lab86.62075.47167.5987
CIE-Lab89.407710.17683.1793

#f7dadb color RGB value is (247,218,219).

#f7dadb hex color red value is 247, green value is 218 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #f7dadb hue: 0.99 , saturation: 0.64 and the lightness value of f7dadb is 0.91.

The process color (four color CMYK) of #f7dadb color hex is 0.00, 0.12, 0.11, 0.03. Web safe color of #f7dadb is #ffcccc. Color #f7dadb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110111 11011010 11011011
Octal 367 332 333
Decimal 247 218 219
Hex F7 DA DB

RGB Percentages of Color #f7dadb

%36.11
%31.87
%32.02

CMYK Percentages of Color #f7dadb

%0
%12
%11
%3

Triadic Colors of #f7dadb

#f7dadb #dbf7da #dadbf7

Analogous Colors of #f7dadb

#f7dadb #f7e8da #f7daea

Monochromatic Colors of #f7dadb

#f7dadb

Complementary Color

#f7dadb #daf7f6

#f7dadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7dadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7dadb Color CSS Codes

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

#f7dadb Text Font Color

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

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


#f7dadb Background Color

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

This div background color is #f7dadb


#f7dadb Border Color

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

This div border color is #f7dadb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,218,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7dadb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7dadb;
  -webkit-box-shadow: 1px 1px 3px 2px #f7dadb;
  box-shadow:         1px 1px 3px 2px #f7dadb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,218,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7dadb

Related Colors


Comments

No comments written yet.

Please login to write comment.