Color Hex Logo

#faf9ca Color Hex

#FAF9CA
(250,249,202)
0 Favorites   0 Comments

Color spaces of #faf9ca

RGB 250249202
HSL0.160.830.89
HSV59°19°98°
CMYK 0.000.000.19   0.02
XYZ83.960792.339669.2752
Yxy92.33960.34190.3760
Hunter Lab96.0935-12.201124.5224
CIE-Lab96.9590-7.141022.7407

#faf9ca color RGB value is (250,249,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111001 11001010
Octal 372 371 312
Decimal 250 249 202
Hex FA F9 CA

RGB Percentages of Color #faf9ca

%35.66
%35.52
%28.82

CMYK Percentages of Color #faf9ca

%0
%0
%19
%2

Triadic Colors of #faf9ca

#faf9ca #cafaf9 #f9cafa

Analogous Colors of #faf9ca

#faf9ca #e3faca #fae1ca

Monochromatic Colors of #faf9ca

#faf9ca

Complementary Color

#faf9ca #cacbfa

#faf9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faf9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#faf9ca Color CSS Codes

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

#faf9ca Text Font Color

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

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


#faf9ca Background Color

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

This div background color is #faf9ca


#faf9ca Border Color

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

This div border color is #faf9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faf9ca

Related Colors


Comments

No comments written yet.

Please login to write comment.