Color Hex Logo

#f5cefc Color Hex

#F5CEFC
(245,206,252)
0 Favorites   0 Comments

Color spaces of #f5cefc

RGB 245206252
HSL0.810.880.90
HSV291°18°99°
CMYK 0.030.180.00   0.01
XYZ77.298270.5834101.6454
Yxy70.58340.30980.2829
Hunter Lab84.013917.2071-12.9231
CIE-Lab87.282221.5279-17.3938

#f5cefc color RGB value is (245,206,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001110 11111100
Octal 365 316 374
Decimal 245 206 252
Hex F5 CE FC

RGB Percentages of Color #f5cefc

%34.85
%29.30
%35.85

CMYK Percentages of Color #f5cefc

%3
%18
%0
%1

Triadic Colors of #f5cefc

#f5cefc #fcf5ce #cefcf5

Analogous Colors of #f5cefc

#f5cefc #fcceec #decefc

Monochromatic Colors of #f5cefc

#f5cefc

Complementary Color

#f5cefc #d5fcce

#f5cefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cefc Color CSS Codes

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

#f5cefc Text Font Color

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

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


#f5cefc Background Color

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

This div background color is #f5cefc


#f5cefc Border Color

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

This div border color is #f5cefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cefc

Related Colors


Comments

No comments written yet.

Please login to write comment.