Color Hex Logo

#fffaca Color Hex

#FFFACA
(255,250,202)
0 Favorites   0 Comments

Color spaces of #fffaca

RGB 255250202
HSL0.151.000.90
HSV54°21°100°
CMYK 0.000.020.21   0.00
XYZ86.086393.895569.4635
Yxy93.89550.34510.3764
Hunter Lab96.8997-10.993925.3272
CIE-Lab97.5899-5.845623.6727

#fffaca color RGB value is (255,250,202).

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

The process color (four color CMYK) of #fffaca color hex is 0.00, 0.02, 0.21, 0.00. Web safe color of #fffaca is #ffffcc. Color #fffaca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111010 11001010
Octal 377 372 312
Decimal 255 250 202
Hex FF FA CA

RGB Percentages of Color #fffaca

%36.07
%35.36
%28.57

CMYK Percentages of Color #fffaca

%0
%2
%21
%0

Triadic Colors of #fffaca

#fffaca #cafffa #facaff

Analogous Colors of #fffaca

#fffaca #eaffca #ffe0ca

Monochromatic Colors of #fffaca

#fffaca

Complementary Color

#fffaca #cacfff

#fffaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffaca Color CSS Codes

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

#fffaca Text Font Color

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

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


#fffaca Background Color

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

This div background color is #fffaca


#fffaca Border Color

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

This div border color is #fffaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffaca

Related Colors

#fffaca Color Palettes


Comments

No comments written yet.

Please login to write comment.