Color Hex Logo

#fcbbfa Color Hex

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

Color spaces of #fcbbfa

RGB 252187250
HSL0.840.920.86
HSV302°26°99°
CMYK 0.000.260.01   0.01
XYZ75.170563.138298.6675
Yxy63.13820.31720.2664
Hunter Lab79.459529.8108-18.0006
CIE-Lab83.515033.4436-21.9611

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

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

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

Base Numbers

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

RGB Percentages of Color #fcbbfa

%36.57
%27.14
%36.28

CMYK Percentages of Color #fcbbfa

%0
%26
%1
%1

Triadic Colors of #fcbbfa

#fcbbfa #fafcbb #bbfafc

Analogous Colors of #fcbbfa

#fcbbfa #fcbbda #debbfc

Monochromatic Colors of #fcbbfa

#fcbbfa

Complementary Color

#fcbbfa #bbfcbd

#fcbbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbfa Color CSS Codes

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

#fcbbfa Text Font Color

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

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


#fcbbfa Background Color

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

This div background color is #fcbbfa


#fcbbfa Border Color

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

This div border color is #fcbbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.