Color Hex Logo

#fcdbf9 Color Hex

#FCDBF9
(252,219,249)
0 Favorites   0 Comments

Color spaces of #fcdbf9

RGB 252219249
HSL0.850.850.92
HSV305°13°99°
CMYK 0.000.130.01   0.01
XYZ82.575378.1980100.3641
Yxy78.19800.31620.2995
Hunter Lab88.429611.9309-5.3910
CIE-Lab90.870216.4503-10.3829

#fcdbf9 color RGB value is (252,219,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011011 11111001
Octal 374 333 371
Decimal 252 219 249
Hex FC DB F9

RGB Percentages of Color #fcdbf9

%35.00
%30.42
%34.58

CMYK Percentages of Color #fcdbf9

%0
%13
%1
%1

Triadic Colors of #fcdbf9

#fcdbf9 #f9fcdb #dbf9fc

Analogous Colors of #fcdbf9

#fcdbf9 #fcdbe9 #efdbfc

Monochromatic Colors of #fcdbf9

#fcdbf9

Complementary Color

#fcdbf9 #dbfcde

#fcdbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdbf9 Color CSS Codes

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

#fcdbf9 Text Font Color

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

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


#fcdbf9 Background Color

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

This div background color is #fcdbf9


#fcdbf9 Border Color

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

This div border color is #fcdbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdbf9

Related Colors


Comments

No comments written yet.

Please login to write comment.