Color Hex Logo

#fcdffb Color Hex

#FCDFFB
(252,223,251)
0 Favorites   0 Comments

Color spaces of #fcdffb

RGB 252223251
HSL0.840.830.93
HSV302°12°99°
CMYK 0.000.120.00   0.01
XYZ83.945180.4358102.3681
Yxy80.43580.31470.3015
Hunter Lab89.686010.1235-4.8937
CIE-Lab91.880014.7211-9.9287

#fcdffb color RGB value is (252,223,251).

#fcdffb hex color red value is 252, green value is 223 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fcdffb hue: 0.84 , saturation: 0.83 and the lightness value of fcdffb is 0.93.

The process color (four color CMYK) of #fcdffb color hex is 0.00, 0.12, 0.00, 0.01. Web safe color of #fcdffb is #ffccff. Color #fcdffb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011111 11111011
Octal 374 337 373
Decimal 252 223 251
Hex FC DF FB

RGB Percentages of Color #fcdffb

%34.71
%30.72
%34.57

CMYK Percentages of Color #fcdffb

%0
%12
%0
%1

Triadic Colors of #fcdffb

#fcdffb #fbfcdf #dffbfc

Analogous Colors of #fcdffb

#fcdffb #fcdfed #efdffc

Monochromatic Colors of #fcdffb

#fcdffb

Complementary Color

#fcdffb #dffce0

#fcdffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdffb Color CSS Codes

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

#fcdffb Text Font Color

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

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


#fcdffb Background Color

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

This div background color is #fcdffb


#fcdffb Border Color

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

This div border color is #fcdffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdffb

Related Colors


Comments

No comments written yet.

Please login to write comment.