Color Hex Logo

#fffccc Color Hex

#FFFCCC
(255,252,204)
1 Favorites   1 Comments

Color spaces of #fffccc

RGB 255252204
HSL0.161.000.90
HSV56°20°100°
CMYK 0.000.010.20   0.00
XYZ86.949595.240470.9273
Yxy95.24040.34350.3763
Hunter Lab97.5912-11.748925.2231
CIE-Lab98.1296-6.560623.4024

#fffccc color RGB value is (255,252,204).

#fffccc hex color red value is 255, green value is 252 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fffccc hue: 0.16 , saturation: 1.00 and the lightness value of fffccc is 0.90.

The process color (four color CMYK) of #fffccc color hex is 0.00, 0.01, 0.20, 0.00. Web safe color of #fffccc is #ffffcc. Color #fffccc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 11001100
Octal 377 374 314
Decimal 255 252 204
Hex FF FC CC

RGB Percentages of Color #fffccc

%35.86
%35.44
%28.69

CMYK Percentages of Color #fffccc

%0
%1
%20
%0

Triadic Colors of #fffccc

#fffccc #ccfffc #fcccff

Analogous Colors of #fffccc

#fffccc #e9ffcc #ffe3cc

Monochromatic Colors of #fffccc

#fffccc

Complementary Color

#fffccc #cccfff

#fffccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffccc Color CSS Codes

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

#fffccc Text Font Color

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

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


#fffccc Background Color

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

This div background color is #fffccc


#fffccc Border Color

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

This div border color is #fffccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffccc

Related Colors


Comments

11 Mar 2023, 21:12 Zacapea

Looks like colour Wheat.

Please login to write comment.