Color Hex Logo

#fcfbff Color Hex

#FCFBFF
(252,251,255)
0 Favorites   0 Comments

Color spaces of #fcfbff

RGB 252251255
HSL0.711.000.99
HSV255°100°
CMYK 0.010.020.00   0.00
XYZ92.692196.9098108.4278
Yxy96.90980.31100.3252
Hunter Lab98.4428-4.20223.6062
CIE-Lab98.79261.0404-1.8026

#fcfbff color RGB value is (252,251,255).

#fcfbff hex color red value is 252, green value is 251 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #fcfbff hue: 0.71 , saturation: 1.00 and the lightness value of fcfbff is 0.99.

The process color (four color CMYK) of #fcfbff color hex is 0.01, 0.02, 0.00, 0.00. Web safe color of #fcfbff is #ffffff. Color #fcfbff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 11111111
Octal 374 373 377
Decimal 252 251 255
Hex FC FB FF

Shades of #fcfbff


Tints of #fcfbff

All tints are identical with #fcfbff

RGB Percentages of Color #fcfbff

%33.25
%33.11
%33.64

CMYK Percentages of Color #fcfbff

%1
%2
%0
%0

Triadic Colors of #fcfbff

#fcfbff #fffcfb #fbfffc

Analogous Colors of #fcfbff

#fcfbff #fefbff #fbfcff

Monochromatic Colors of #fcfbff

#fcfbff

Complementary Color

#fcfbff #fefffb

#fcfbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfbff Color CSS Codes

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

#fcfbff Text Font Color

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

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


#fcfbff Background Color

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

This div background color is #fcfbff


#fcfbff Border Color

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

This div border color is #fcfbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfbff

Related Colors


Comments

No comments written yet.

Please login to write comment.