Color Hex Logo

#fccbfa Color Hex

#FCCBFA
(252,203,250)
0 Favorites   0 Comments

Color spaces of #fccbfa

RGB 252203250
HSL0.840.890.89
HSV302°19°99°
CMYK 0.000.190.01   0.01
XYZ78.756170.309499.8627
Yxy70.30940.31640.2824
Hunter Lab83.850720.9160-11.9164
CIE-Lab87.148425.0207-16.4751

#fccbfa color RGB value is (252,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11111010
Octal 374 313 372
Decimal 252 203 250
Hex FC CB FA

RGB Percentages of Color #fccbfa

%35.74
%28.79
%35.46

CMYK Percentages of Color #fccbfa

%0
%19
%1
%1

Triadic Colors of #fccbfa

#fccbfa #fafccb #cbfafc

Analogous Colors of #fccbfa

#fccbfa #fccbe2 #e6cbfc

Monochromatic Colors of #fccbfa

#fccbfa

Complementary Color

#fccbfa #cbfccd

#fccbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbfa Color CSS Codes

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

#fccbfa Text Font Color

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

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


#fccbfa Background Color

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

This div background color is #fccbfa


#fccbfa Border Color

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

This div border color is #fccbfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,203,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 #fccbfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.