Color Hex Logo

#fccff8 Color Hex

#FCCFF8
(252,207,248)
0 Favorites   0 Comments

Color spaces of #fccff8

RGB 252207248
HSL0.850.880.90
HSV305°18°99°
CMYK 0.000.180.02   0.01
XYZ79.401072.098498.5384
Yxy72.09840.31760.2884
Hunter Lab84.910818.3235-9.3681
CIE-Lab88.015922.5596-14.1165

#fccff8 color RGB value is (252,207,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001111 11111000
Octal 374 317 370
Decimal 252 207 248
Hex FC CF F8

RGB Percentages of Color #fccff8

%35.64
%29.28
%35.08

CMYK Percentages of Color #fccff8

%0
%18
%2
%1

Triadic Colors of #fccff8

#fccff8 #f8fccf #cff8fc

Analogous Colors of #fccff8

#fccff8 #fccfe2 #eacffc

Monochromatic Colors of #fccff8

#fccff8

Complementary Color

#fccff8 #cffcd3

#fccff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccff8 Color CSS Codes

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

#fccff8 Text Font Color

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

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


#fccff8 Background Color

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

This div background color is #fccff8


#fccff8 Border Color

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

This div border color is #fccff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccff8

Related Colors


Comments

No comments written yet.

Please login to write comment.