Color Hex Logo

#fbafdc Color Hex

#FBAFDC
(251,175,220)
0 Favorites   0 Comments

Color spaces of #fbafdc

RGB 251175220
HSL0.900.900.84
HSV324°30°98°
CMYK 0.000.300.12   0.02
XYZ68.031956.336574.9985
Yxy56.33650.34120.2826
Hunter Lab75.057630.4407-6.7029
CIE-Lab79.804934.3090-11.4476

#fbafdc color RGB value is (251,175,220).

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

The process color (four color CMYK) of #fbafdc color hex is 0.00, 0.30, 0.12, 0.02. Web safe color of #fbafdc is #ff99cc. Color #fbafdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 11011100
Octal 373 257 334
Decimal 251 175 220
Hex FB AF DC

RGB Percentages of Color #fbafdc

%38.85
%27.09
%34.06

CMYK Percentages of Color #fbafdc

%0
%30
%12
%2

Triadic Colors of #fbafdc

#fbafdc #dcfbaf #afdcfb

Analogous Colors of #fbafdc

#fbafdc #fbafb6 #f4affb

Monochromatic Colors of #fbafdc

#fbafdc

Complementary Color

#fbafdc #affbce

#fbafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbafdc Color CSS Codes

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

#fbafdc Text Font Color

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

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


#fbafdc Background Color

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

This div background color is #fbafdc


#fbafdc Border Color

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

This div border color is #fbafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbafdc


Comments

No comments written yet.

Please login to write comment.