Color Hex Logo

#facffc Color Hex

#FACFFC
(250,207,252)
0 Favorites   0 Comments

Color spaces of #facffc

RGB 250207252
HSL0.830.880.90
HSV297°18°99°
CMYK 0.010.180.00   0.01
XYZ79.307971.9779101.8086
Yxy71.97790.31340.2844
Hunter Lab84.839818.3915-11.7607
CIE-Lab87.958022.6254-16.3333

#facffc color RGB value is (250,207,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11001111 11111100
Octal 372 317 374
Decimal 250 207 252
Hex FA CF FC

RGB Percentages of Color #facffc

%35.26
%29.20
%35.54

CMYK Percentages of Color #facffc

%1
%18
%0
%1

Triadic Colors of #facffc

#facffc #fcfacf #cffcfa

Analogous Colors of #facffc

#facffc #fccfe8 #e4cffc

Monochromatic Colors of #facffc

#facffc

Complementary Color

#facffc #d1fccf

#facffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#facffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#facffc Color CSS Codes

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

#facffc Text Font Color

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

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


#facffc Background Color

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

This div background color is #facffc


#facffc Border Color

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

This div border color is #facffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #facffc

Related Colors


Comments

No comments written yet.

Please login to write comment.