Color Hex Logo

#fbaffc Color Hex

#FBAFFC
(251,175,252)
0 Favorites   0 Comments

Color spaces of #fbaffc

RGB 251175252
HSL0.830.930.84
HSV299°31°99°
CMYK 0.000.310.00   0.01
XYZ72.684358.197499.4978
Yxy58.19740.31550.2526
Hunter Lab76.287236.5671-23.9281
CIE-Lab80.848439.7828-27.1001

#fbaffc color RGB value is (251,175,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101111 11111100
Octal 373 257 374
Decimal 251 175 252
Hex FB AF FC

RGB Percentages of Color #fbaffc

%37.02
%25.81
%37.17

CMYK Percentages of Color #fbaffc

%0
%31
%0
%1

Triadic Colors of #fbaffc

#fbaffc #fcfbaf #affcfb

Analogous Colors of #fbaffc

#fbaffc #fcafd7 #d5affc

Monochromatic Colors of #fbaffc

#fbaffc

Complementary Color

#fbaffc #b0fcaf

#fbaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaffc Color CSS Codes

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

#fbaffc Text Font Color

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

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


#fbaffc Background Color

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

This div background color is #fbaffc


#fbaffc Border Color

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

This div border color is #fbaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaffc

Related Colors


Comments

No comments written yet.

Please login to write comment.