Color Hex Logo

#fcdbf7 Color Hex

#FCDBF7
(252,219,247)
0 Favorites   0 Comments

Color spaces of #fcdbf7

RGB 252219247
HSL0.860.850.92
HSV309°13°99°
CMYK 0.000.130.02   0.01
XYZ82.264978.073998.7296
Yxy78.07390.31750.3014
Hunter Lab88.359411.5591-4.3969
CIE-Lab90.813616.0956-9.4180

#fcdbf7 color RGB value is (252,219,247).

#fcdbf7 hex color red value is 252, green value is 219 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #fcdbf7 hue: 0.86 , saturation: 0.85 and the lightness value of fcdbf7 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11110111
Octal 374 333 367
Decimal 252 219 247
Hex FC DB F7

RGB Percentages of Color #fcdbf7

%35.10
%30.50
%34.40

CMYK Percentages of Color #fcdbf7

%0
%13
%2
%1

Triadic Colors of #fcdbf7

#fcdbf7 #f7fcdb #dbf7fc

Analogous Colors of #fcdbf7

#fcdbf7 #fcdbe7 #f1dbfc

Monochromatic Colors of #fcdbf7

#fcdbf7

Complementary Color

#fcdbf7 #dbfce0

#fcdbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbf7 Color CSS Codes

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

#fcdbf7 Text Font Color

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

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


#fcdbf7 Background Color

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

This div background color is #fcdbf7


#fcdbf7 Border Color

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

This div border color is #fcdbf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbf7

Related Colors


Comments

No comments written yet.

Please login to write comment.