Color Hex Logo

#fccfef Color Hex

#FCCFEF
(252,207,239)
0 Favorites   0 Comments

Color spaces of #fccfef

RGB 252207239
HSL0.880.880.90
HSV317°18°99°
CMYK 0.000.180.05   0.01
XYZ78.037771.553191.3595
Yxy71.55310.32390.2970
Hunter Lab84.589116.6444-4.8232
CIE-Lab87.753020.9821-9.7529

#fccfef color RGB value is (252,207,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11101111
Octal 374 317 357
Decimal 252 207 239
Hex FC CF EF

RGB Percentages of Color #fccfef

%36.10
%29.66
%34.24

CMYK Percentages of Color #fccfef

%0
%18
%5
%1

Triadic Colors of #fccfef

#fccfef #effccf #cfeffc

Analogous Colors of #fccfef

#fccfef #fccfd9 #f3cffc

Monochromatic Colors of #fccfef

#fccfef

Complementary Color

#fccfef #cffcdc

#fccfef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccfef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccfef Color CSS Codes

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

#fccfef Text Font Color

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

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


#fccfef Background Color

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

This div background color is #fccfef


#fccfef Border Color

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

This div border color is #fccfef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccfef

Related Colors

#fccfef Color Palettes


Comments

No comments written yet.

Please login to write comment.