Color Hex Logo

#ffaffb Color Hex

#FFAFFB
(255,175,251)
0 Favorites   0 Comments

Color spaces of #ffaffb

RGB 255175251
HSL0.841.000.84
HSV303°31°100°
CMYK 0.000.310.02   0.00
XYZ73.982658.885098.7334
Yxy58.88500.31940.2543
Hunter Lab76.736637.8049-22.5701
CIE-Lab81.228340.8515-25.9468

#ffaffb color RGB value is (255,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101111 11111011
Octal 377 257 373
Decimal 255 175 251
Hex FF AF FB

RGB Percentages of Color #ffaffb

%37.44
%25.70
%36.86

CMYK Percentages of Color #ffaffb

%0
%31
%2
%0

Triadic Colors of #ffaffb

#ffaffb #fbffaf #affbff

Analogous Colors of #ffaffb

#ffaffb #ffafd3 #dbafff

Monochromatic Colors of #ffaffb

#ffaffb

Complementary Color

#ffaffb #afffb3

#ffaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffaffb Color CSS Codes

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

#ffaffb Text Font Color

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

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


#ffaffb Background Color

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

This div background color is #ffaffb


#ffaffb Border Color

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

This div border color is #ffaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffaffb

Related Colors

#ffaffb Color Palettes


Comments

No comments written yet.

Please login to write comment.