Color Hex Logo

#feaffb Color Hex

#FEAFFB
(254,175,251)
0 Favorites   0 Comments

Color spaces of #feaffb

RGB 254175251
HSL0.840.980.84
HSV302°31°100°
CMYK 0.000.310.01   0.00
XYZ73.615658.695898.7162
Yxy58.69580.31860.2541
Hunter Lab76.613237.4429-22.7660
CIE-Lab81.124140.5390-26.1153

#feaffb color RGB value is (254,175,251).

#feaffb hex color red value is 254, green value is 175 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #feaffb hue: 0.84 , saturation: 0.98 and the lightness value of feaffb is 0.84.

The process color (four color CMYK) of #feaffb color hex is 0.00, 0.31, 0.01, 0.00. Web safe color of #feaffb is #ff99ff. Color #feaffb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101111 11111011
Octal 376 257 373
Decimal 254 175 251
Hex FE AF FB

RGB Percentages of Color #feaffb

%37.35
%25.74
%36.91

CMYK Percentages of Color #feaffb

%0
%31
%1
%0

Triadic Colors of #feaffb

#feaffb #fbfeaf #affbfe

Analogous Colors of #feaffb

#feaffb #feafd4 #daaffe

Monochromatic Colors of #feaffb

#feaffb

Complementary Color

#feaffb #affeb2

#feaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#feaffb Color CSS Codes

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

#feaffb Text Font Color

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

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


#feaffb Background Color

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

This div background color is #feaffb


#feaffb Border Color

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

This div border color is #feaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feaffb

Related Colors


Comments

No comments written yet.

Please login to write comment.