Color Hex Logo

#fcfabb Color Hex

#FCFABB
(252,250,187)
0 Favorites   0 Comments

Color spaces of #fcfabb

RGB 252250187
HSL0.160.920.86
HSV58°26°99°
CMYK 0.000.010.26   0.01
XYZ83.300192.654560.5074
Yxy92.65450.35230.3918
Hunter Lab96.2572-13.977930.1103
CIE-Lab97.0872-8.955430.5486

#fcfabb color RGB value is (252,250,187).

#fcfabb hex color red value is 252, green value is 250 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fcfabb hue: 0.16 , saturation: 0.92 and the lightness value of fcfabb is 0.86.

The process color (four color CMYK) of #fcfabb color hex is 0.00, 0.01, 0.26, 0.01. Web safe color of #fcfabb is #ffffcc. Color #fcfabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111010 10111011
Octal 374 372 273
Decimal 252 250 187
Hex FC FA BB

RGB Percentages of Color #fcfabb

%36.57
%36.28
%27.14

CMYK Percentages of Color #fcfabb

%0
%1
%26
%1

Triadic Colors of #fcfabb

#fcfabb #bbfcfa #fabbfc

Analogous Colors of #fcfabb

#fcfabb #defcbb #fcdabb

Monochromatic Colors of #fcfabb

#fcfabb

Complementary Color

#fcfabb #bbbdfc

#fcfabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfabb Color CSS Codes

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

#fcfabb Text Font Color

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

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


#fcfabb Background Color

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

This div background color is #fcfabb


#fcfabb Border Color

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

This div border color is #fcfabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfabb

Related Colors


Comments

No comments written yet.

Please login to write comment.