Color Hex Logo

#f7cefc Color Hex

#F7CEFC
(247,206,252)
0 Favorites   0 Comments

Color spaces of #f7cefc

RGB 247206252
HSL0.820.880.90
HSV293°18°99°
CMYK 0.020.180.00   0.01
XYZ77.999870.9450101.6782
Yxy70.94500.31120.2831
Hunter Lab84.228917.8987-12.6127
CIE-Lab87.458322.1768-17.1113

#f7cefc color RGB value is (247,206,252).

#f7cefc hex color red value is 247, green value is 206 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #f7cefc hue: 0.82 , saturation: 0.88 and the lightness value of f7cefc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 11001110 11111100
Octal 367 316 374
Decimal 247 206 252
Hex F7 CE FC

RGB Percentages of Color #f7cefc

%35.04
%29.22
%35.74

CMYK Percentages of Color #f7cefc

%2
%18
%0
%1

Triadic Colors of #f7cefc

#f7cefc #fcf7ce #cefcf7

Analogous Colors of #f7cefc

#f7cefc #fcceea #e0cefc

Monochromatic Colors of #f7cefc

#f7cefc

Complementary Color

#f7cefc #d3fcce

#f7cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7cefc Color CSS Codes

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

#f7cefc Text Font Color

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

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


#f7cefc Background Color

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

This div background color is #f7cefc


#f7cefc Border Color

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

This div border color is #f7cefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,206,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 #f7cefc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7cefc

Related Colors


Comments

No comments written yet.

Please login to write comment.