Color Hex Logo

#faf1ca Color Hex

#FAF1CA
(250,241,202)
0 Favorites   0 Comments

Color spaces of #faf1ca

RGB 250241202
HSL0.140.830.89
HSV49°19°98°
CMYK 0.000.040.19   0.02
XYZ81.540387.498968.4684
Yxy87.49890.34330.3684
Hunter Lab93.5408-8.096622.0805
CIE-Lab94.9495-3.134919.9466

#faf1ca color RGB value is (250,241,202).

#faf1ca hex color red value is 250, green value is 241 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #faf1ca hue: 0.14 , saturation: 0.83 and the lightness value of faf1ca is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11110001 11001010
Octal 372 361 312
Decimal 250 241 202
Hex FA F1 CA

RGB Percentages of Color #faf1ca

%36.08
%34.78
%29.15

CMYK Percentages of Color #faf1ca

%0
%4
%19
%2

Triadic Colors of #faf1ca

#faf1ca #cafaf1 #f1cafa

Analogous Colors of #faf1ca

#faf1ca #ebfaca #fad9ca

Monochromatic Colors of #faf1ca

#faf1ca

Complementary Color

#faf1ca #cad3fa

#faf1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf1ca Color CSS Codes

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

#faf1ca Text Font Color

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

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


#faf1ca Background Color

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

This div background color is #faf1ca


#faf1ca Border Color

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

This div border color is #faf1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf1ca

Related Colors


Comments

No comments written yet.

Please login to write comment.