Color Hex Logo

#f8dcfc Color Hex

#F8DCFC
(248,220,252)
0 Favorites   0 Comments

Color spaces of #f8dcfc

RGB 248220252
HSL0.810.840.93
HSV293°13°99°
CMYK 0.020.130.00   0.01
XYZ81.875378.1711102.8687
Yxy78.17110.31140.2973
Hunter Lab88.414410.5729-7.0928
CIE-Lab90.857915.1512-12.0098

#f8dcfc color RGB value is (248,220,252).

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

The process color (four color CMYK) of #f8dcfc color hex is 0.02, 0.13, 0.00, 0.01. Web safe color of #f8dcfc is #ffccff. Color #f8dcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 11011100 11111100
Octal 370 334 374
Decimal 248 220 252
Hex F8 DC FC

RGB Percentages of Color #f8dcfc

%34.44
%30.56
%35.00

CMYK Percentages of Color #f8dcfc

%2
%13
%0
%1

Triadic Colors of #f8dcfc

#f8dcfc #fcf8dc #dcfcf8

Analogous Colors of #f8dcfc

#f8dcfc #fcdcf0 #e8dcfc

Monochromatic Colors of #f8dcfc

#f8dcfc

Complementary Color

#f8dcfc #e0fcdc

#f8dcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8dcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8dcfc Color CSS Codes

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

#f8dcfc Text Font Color

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

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


#f8dcfc Background Color

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

This div background color is #f8dcfc


#f8dcfc Border Color

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

This div border color is #f8dcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8dcfc

Related Colors


Comments

No comments written yet.

Please login to write comment.