Color Hex Logo

#fffada Color Hex

#FFFADA
(255,250,218)
0 Favorites   0 Comments

Color spaces of #fffada

RGB 255250218
HSL0.141.000.93
HSV52°15°100°
CMYK 0.000.020.15   0.00
XYZ88.080594.693279.9649
Yxy94.69320.33520.3604
Hunter Lab97.3104-8.724019.3957
CIE-Lab97.9106-3.521215.9534

#fffada color RGB value is (255,250,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111010 11011010
Octal 377 372 332
Decimal 255 250 218
Hex FF FA DA

RGB Percentages of Color #fffada

%35.27
%34.58
%30.15

CMYK Percentages of Color #fffada

%0
%2
%15
%0

Triadic Colors of #fffada

#fffada #dafffa #fadaff

Analogous Colors of #fffada

#fffada #f2ffda #ffe8da

Monochromatic Colors of #fffada

#fffada

Complementary Color

#fffada #dadfff

#fffada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffada Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffada Color CSS Codes

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

#fffada Text Font Color

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

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


#fffada Background Color

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

This div background color is #fffada


#fffada Border Color

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

This div border color is #fffada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffada

Related Colors


Comments

No comments written yet.

Please login to write comment.