Color Hex Logo

#f8cadc Color Hex

#F8CADC
(248,202,220)
0 Favorites   0 Comments

Color spaces of #f8cadc

RGB 248202220
HSL0.930.770.88
HSV337°19°97°
CMYK 0.000.190.11   0.03
XYZ72.750267.364876.8785
Yxy67.36480.33530.3104
Hunter Lab82.076114.58491.9179
CIE-Lab85.687819.0613-2.7684

#f8cadc color RGB value is (248,202,220).

#f8cadc hex color red value is 248, green value is 202 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f8cadc hue: 0.93 , saturation: 0.77 and the lightness value of f8cadc is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 11001010 11011100
Octal 370 312 334
Decimal 248 202 220
Hex F8 CA DC

RGB Percentages of Color #f8cadc

%37.01
%30.15
%32.84

CMYK Percentages of Color #f8cadc

%0
%19
%11
%3

Triadic Colors of #f8cadc

#f8cadc #dcf8ca #cadcf8

Analogous Colors of #f8cadc

#f8cadc #f8cfca #f8caf3

Monochromatic Colors of #f8cadc

#f8cadc

Complementary Color

#f8cadc #caf8e6

#f8cadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8cadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8cadc Color CSS Codes

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

#f8cadc Text Font Color

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

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


#f8cadc Background Color

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

This div background color is #f8cadc


#f8cadc Border Color

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

This div border color is #f8cadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8cadc


Comments

No comments written yet.

Please login to write comment.