Color Hex Logo

#febfcc Color Hex

#FEBFCC
(254,191,204)
0 Favorites   0 Comments

Color spaces of #febfcc

RGB 254191204
HSL0.970.970.87
HSV348°25°100°
CMYK 0.000.250.20   0.00
XYZ70.402962.692165.5169
Yxy62.69210.35450.3157
Hunter Lab79.178320.15456.3647
CIE-Lab83.280124.46652.3252

#febfcc color RGB value is (254,191,204).

#febfcc hex color red value is 254, green value is 191 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #febfcc hue: 0.97 , saturation: 0.97 and the lightness value of febfcc is 0.87.

The process color (four color CMYK) of #febfcc color hex is 0.00, 0.25, 0.20, 0.00. Web safe color of #febfcc is #ffcccc. Color #febfcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10111111 11001100
Octal 376 277 314
Decimal 254 191 204
Hex FE BF CC

RGB Percentages of Color #febfcc

%39.14
%29.43
%31.43

CMYK Percentages of Color #febfcc

%0
%25
%20
%0

Triadic Colors of #febfcc

#febfcc #ccfebf #bfccfe

Analogous Colors of #febfcc

#febfcc #fed2bf #febfec

Monochromatic Colors of #febfcc

#febfcc

Complementary Color

#febfcc #bffef1

#febfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#febfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#febfcc Color CSS Codes

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

#febfcc Text Font Color

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

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


#febfcc Background Color

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

This div background color is #febfcc


#febfcc Border Color

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

This div border color is #febfcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(254,191,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #febfcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #febfcc;
  -webkit-box-shadow: 1px 1px 3px 2px #febfcc;
  box-shadow:         1px 1px 3px 2px #febfcc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,191,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #febfcc


Comments

No comments written yet.

Please login to write comment.