Color Hex Logo

#f2dada Color Hex

#F2DADA
(242,218,218)
3 Favorites   0 Comments

Color spaces of #f2dada

RGB 242218218
HSL0.000.480.90
HSV10°95°
CMYK 0.000.100.10   0.05
XYZ74.344274.082076.7106
Yxy74.08200.33020.3291
Hunter Lab86.07093.55637.4075
CIE-Lab88.96128.26823.0052

#f2dada color RGB value is (242,218,218).

#f2dada hex color red value is 242, green value is 218 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f2dada hue: 0.00 , saturation: 0.48 and the lightness value of f2dada is 0.90.

The process color (four color CMYK) of #f2dada color hex is 0.00, 0.10, 0.10, 0.05. Web safe color of #f2dada is #ffcccc. Color #f2dada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11011010 11011010
Octal 362 332 332
Decimal 242 218 218
Hex F2 DA DA

RGB Percentages of Color #f2dada

%35.69
%32.15
%32.15

CMYK Percentages of Color #f2dada

%0
%10
%10
%5

Triadic Colors of #f2dada

#f2dada #daf2da #dadaf2

Analogous Colors of #f2dada

#f2dada #f2e6da #f2dae6

Monochromatic Colors of #f2dada

#f2dada

Complementary Color

#f2dada #daf2f2

#f2dada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2dada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2dada Color CSS Codes

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

#f2dada Text Font Color

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

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


#f2dada Background Color

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

This div background color is #f2dada


#f2dada Border Color

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

This div border color is #f2dada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2dada

#f2dada Color Palettes


Comments

No comments written yet.

Please login to write comment.