Color Hex Logo

#f5fccc Color Hex

#F5FCCC
(245,252,204)
0 Favorites   0 Comments

Color spaces of #f5fccc

RGB 245252204
HSL0.190.890.89
HSV69°19°99°
CMYK 0.030.000.19   0.01
XYZ83.365793.392970.7595
Yxy93.39290.33680.3773
Hunter Lab96.6400-15.138524.2361
CIE-Lab97.3868-10.121322.2585

#f5fccc color RGB value is (245,252,204).

#f5fccc hex color red value is 245, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f5fccc hue: 0.19 , saturation: 0.89 and the lightness value of f5fccc is 0.89.

The process color (four color CMYK) of #f5fccc color hex is 0.03, 0.00, 0.19, 0.01. Web safe color of #f5fccc is #ffffcc. Color #f5fccc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11111100 11001100
Octal 365 374 314
Decimal 245 252 204
Hex F5 FC CC

RGB Percentages of Color #f5fccc

%34.95
%35.95
%29.10

CMYK Percentages of Color #f5fccc

%3
%0
%19
%1

Triadic Colors of #f5fccc

#f5fccc #ccf5fc #fcccf5

Analogous Colors of #f5fccc

#f5fccc #ddfccc #fcebcc

Monochromatic Colors of #f5fccc

#f5fccc

Complementary Color

#f5fccc #d3ccfc

#f5fccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5fccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5fccc Color CSS Codes

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

#f5fccc Text Font Color

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

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


#f5fccc Background Color

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

This div background color is #f5fccc


#f5fccc Border Color

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

This div border color is #f5fccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5fccc

Related Colors

#f5fccc Color Palettes


Comments

No comments written yet.

Please login to write comment.