Color Hex Logo

#fccfdb Color Hex

#FCCFDB
(252,207,219)
0 Favorites   0 Comments

Color spaces of #fccfdb

RGB 252207219
HSL0.960.880.90
HSV344°18°99°
CMYK 0.000.180.13   0.01
XYZ75.243970.435676.6475
Yxy70.43560.33840.3168
Hunter Lab83.925913.16414.6000
CIE-Lab87.210117.66720.0347

#fccfdb color RGB value is (252,207,219).

#fccfdb hex color red value is 252, green value is 207 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fccfdb hue: 0.96 , saturation: 0.88 and the lightness value of fccfdb is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11011011
Octal 374 317 333
Decimal 252 207 219
Hex FC CF DB

RGB Percentages of Color #fccfdb

%37.17
%30.53
%32.30

CMYK Percentages of Color #fccfdb

%0
%18
%13
%1

Triadic Colors of #fccfdb

#fccfdb #dbfccf #cfdbfc

Analogous Colors of #fccfdb

#fccfdb #fcdacf #fccff2

Monochromatic Colors of #fccfdb

#fccfdb

Complementary Color

#fccfdb #cffcf0

#fccfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfdb Color CSS Codes

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

#fccfdb Text Font Color

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

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


#fccfdb Background Color

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

This div background color is #fccfdb


#fccfdb Border Color

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

This div border color is #fccfdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,207,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 #fccfdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfdb


Comments

No comments written yet.

Please login to write comment.