color codes Logo

#fbaefc color codes

#FBAEFC
(251,174,252)
0 Favorites   0 Comments

Color spaces of #fbaefc

RGB 251174252
HSL0.830.930.84
HSV299°31°99°
CMYK 0.000.310.00   0.01
XYZ72.490457.809699.4332
Yxy57.80960.31550.2516
Hunter Lab76.032637.1269-24.3149
CIE-Lab80.632840.3051-27.4298

#fbaefc color RGB value is (251,174,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10101110 11111100
Octal 373 256 374
Decimal 251 174 252
Hex FB AE FC

RGB Percentages of Color #fbaefc

%37.08
%25.70
%37.22

CMYK Percentages of Color #fbaefc

%0
%31
%0
%1

Triadic Colors of #fbaefc

#fbaefc #fcfbae #aefcfb

Analogous Colors of #fbaefc

#fbaefc #fcaed6 #d4aefc

Monochromatic Colors of #fbaefc

#fbaefc

Complementary Color

#fbaefc #affcae

#fbaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbaefc Color CSS Codes

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

#fbaefc Text Font Color

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

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


#fbaefc Background Color

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

This div background color is #fbaefc


#fbaefc Border Color

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

This div border color is #fbaefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbaefc

Related Colors


Comments

No comments written yet.

Please login to write comment.