Color Hex Logo

#fcffaf Color Hex

#FCFFAF
(252,255,175)
0 Favorites   0 Comments

Color spaces of #fcffaf

RGB 252255175
HSL0.171.000.84
HSV62°31°100°
CMYK 0.010.000.31   0.00
XYZ83.642795.310654.5458
Yxy95.31060.35820.4082
Hunter Lab97.6271-17.916535.2128
CIE-Lab98.1577-12.914337.9821

#fcffaf color RGB value is (252,255,175).

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

The process color (four color CMYK) of #fcffaf color hex is 0.01, 0.00, 0.31, 0.00. Web safe color of #fcffaf is #ffff99. Color #fcffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111111 10101111
Octal 374 377 257
Decimal 252 255 175
Hex FC FF AF

RGB Percentages of Color #fcffaf

%36.95
%37.39
%25.66

CMYK Percentages of Color #fcffaf

%1
%0
%31
%0

Triadic Colors of #fcffaf

#fcffaf #affcff #ffaffc

Analogous Colors of #fcffaf

#fcffaf #d4ffaf #ffdaaf

Monochromatic Colors of #fcffaf

#fcffaf

Complementary Color

#fcffaf #b2afff

#fcffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcffaf Color CSS Codes

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

#fcffaf Text Font Color

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

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


#fcffaf Background Color

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

This div background color is #fcffaf


#fcffaf Border Color

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

This div border color is #fcffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.