Color Hex Logo

#faffc5 Color Hex

#FAFFC5
(250,255,197)
0 Favorites   0 Comments

Color spaces of #faffc5

RGB 250255197
HSL0.181.000.89
HSV65°23°100°
CMYK 0.020.000.23   0.00
XYZ85.262495.875266.8353
Yxy95.87520.34380.3866
Hunter Lab97.9159-15.920028.0710
CIE-Lab98.3826-10.811027.2390

#faffc5 color RGB value is (250,255,197).

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

The process color (four color CMYK) of #faffc5 color hex is 0.02, 0.00, 0.23, 0.00. Web safe color of #faffc5 is #ffffcc. Color #faffc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111111 11000101
Octal 372 377 305
Decimal 250 255 197
Hex FA FF C5

RGB Percentages of Color #faffc5

%35.61
%36.32
%28.06

CMYK Percentages of Color #faffc5

%2
%0
%23
%0

Triadic Colors of #faffc5

#faffc5 #c5faff #ffc5fa

Analogous Colors of #faffc5

#faffc5 #ddffc5 #ffe7c5

Monochromatic Colors of #faffc5

#faffc5

Complementary Color

#faffc5 #cac5ff

#faffc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faffc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faffc5 Color CSS Codes

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

#faffc5 Text Font Color

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

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


#faffc5 Background Color

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

This div background color is #faffc5


#faffc5 Border Color

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

This div border color is #faffc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faffc5

Related Colors


Comments

No comments written yet.

Please login to write comment.