Color Hex Logo

#fcbff9 Color Hex

#FCBFF9
(252,191,249)
0 Favorites   0 Comments

Color spaces of #fcbff9

RGB 252191249
HSL0.840.910.87
HSV303°24°99°
CMYK 0.000.240.01   0.01
XYZ75.874664.796698.1305
Yxy64.79660.31770.2713
Hunter Lab80.496327.3828-15.9311
CIE-Lab84.378831.1597-20.1201

#fcbff9 color RGB value is (252,191,249).

#fcbff9 hex color red value is 252, green value is 191 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #fcbff9 hue: 0.84 , saturation: 0.91 and the lightness value of fcbff9 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 11111001
Octal 374 277 371
Decimal 252 191 249
Hex FC BF F9

RGB Percentages of Color #fcbff9

%36.42
%27.60
%35.98

CMYK Percentages of Color #fcbff9

%0
%24
%1
%1

Triadic Colors of #fcbff9

#fcbff9 #f9fcbf #bff9fc

Analogous Colors of #fcbff9

#fcbff9 #fcbfdb #e1bffc

Monochromatic Colors of #fcbff9

#fcbff9

Complementary Color

#fcbff9 #bffcc2

#fcbff9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbff9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbff9 Color CSS Codes

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

#fcbff9 Text Font Color

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

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


#fcbff9 Background Color

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

This div background color is #fcbff9


#fcbff9 Border Color

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

This div border color is #fcbff9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbff9


Comments

No comments written yet.

Please login to write comment.