Color Hex Logo

#fccbf7 Color Hex

#FCCBF7
(252,203,247)
0 Favorites   0 Comments

Color spaces of #fccbf7

RGB 252203247
HSL0.850.890.89
HSV306°19°99°
CMYK 0.000.190.02   0.01
XYZ78.289370.122797.4044
Yxy70.12270.31850.2853
Hunter Lab83.739320.3389-10.3478
CIE-Lab87.057024.4849-15.0249

#fccbf7 color RGB value is (252,203,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 11110111
Octal 374 313 367
Decimal 252 203 247
Hex FC CB F7

RGB Percentages of Color #fccbf7

%35.90
%28.92
%35.19

CMYK Percentages of Color #fccbf7

%0
%19
%2
%1

Triadic Colors of #fccbf7

#fccbf7 #f7fccb #cbf7fc

Analogous Colors of #fccbf7

#fccbf7 #fccbdf #e9cbfc

Monochromatic Colors of #fccbf7

#fccbf7

Complementary Color

#fccbf7 #cbfcd0

#fccbf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccbf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccbf7 Color CSS Codes

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

#fccbf7 Text Font Color

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

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


#fccbf7 Background Color

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

This div background color is #fccbf7


#fccbf7 Border Color

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

This div border color is #fccbf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccbf7

Related Colors


Comments

No comments written yet.

Please login to write comment.