Color Hex Logo

#fffcdb Color Hex

#FFFCDB
(255,252,219)
1 Favorites   0 Comments

Color spaces of #fffcdb

RGB 255252219
HSL0.151.000.93
HSV55°14°100°
CMYK 0.000.010.14   0.00
XYZ88.836695.995380.8646
Yxy95.99530.33440.3613
Hunter Lab97.9772-9.612919.6496
CIE-Lab98.4304-4.370616.1753

#fffcdb color RGB value is (255,252,219).

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

The process color (four color CMYK) of #fffcdb color hex is 0.00, 0.01, 0.14, 0.00. Web safe color of #fffcdb is #ffffcc. Color #fffcdb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11111100 11011011
Octal 377 374 333
Decimal 255 252 219
Hex FF FC DB

RGB Percentages of Color #fffcdb

%35.12
%34.71
%30.17

CMYK Percentages of Color #fffcdb

%0
%1
%14
%0

Triadic Colors of #fffcdb

#fffcdb #dbfffc #fcdbff

Analogous Colors of #fffcdb

#fffcdb #f0ffdb #ffeadb

Monochromatic Colors of #fffcdb

#fffcdb

Complementary Color

#fffcdb #dbdeff

#fffcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fffcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fffcdb Color CSS Codes

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

#fffcdb Text Font Color

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

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


#fffcdb Background Color

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

This div background color is #fffcdb


#fffcdb Border Color

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

This div border color is #fffcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fffcdb

Related Colors


Comments

No comments written yet.

Please login to write comment.