Color Hex Logo

#fccfee Color Hex

#FCCFEE
(252,207,238)
0 Favorites   0 Comments

Color spaces of #fccfee

RGB 252207238
HSL0.890.880.90
HSV319°18°99°
CMYK 0.000.180.06   0.01
XYZ77.890371.494190.5834
Yxy71.49410.32460.2979
Hunter Lab84.554216.4622-4.3298
CIE-Lab87.724520.8101-9.2664

#fccfee color RGB value is (252,207,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11101110
Octal 374 317 356
Decimal 252 207 238
Hex FC CF EE

RGB Percentages of Color #fccfee

%36.15
%29.70
%34.15

CMYK Percentages of Color #fccfee

%0
%18
%6
%1

Triadic Colors of #fccfee

#fccfee #eefccf #cfeefc

Analogous Colors of #fccfee

#fccfee #fccfd8 #f4cffc

Monochromatic Colors of #fccfee

#fccfee

Complementary Color

#fccfee #cffcdd

#fccfee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfee Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfee Color CSS Codes

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

#fccfee Text Font Color

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

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


#fccfee Background Color

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

This div background color is #fccfee


#fccfee Border Color

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

This div border color is #fccfee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfee


Comments

No comments written yet.

Please login to write comment.