Color Hex Logo

#f4baff Color Hex

#F4BAFF
(244,186,255)
0 Favorites   0 Comments

Color spaces of #f4baff

RGB 244186255
HSL0.811.000.86
HSV290°27°100°
CMYK 0.040.270.00   0.00
XYZ72.917161.5709102.6490
Yxy61.57090.30750.2596
Hunter Lab78.467128.5571-22.6349
CIE-Lab82.684732.3554-25.9618

#f4baff color RGB value is (244,186,255).

#f4baff hex color red value is 244, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f4baff hue: 0.81 , saturation: 1.00 and the lightness value of f4baff is 0.86.

The process color (four color CMYK) of #f4baff color hex is 0.04, 0.27, 0.00, 0.00. Web safe color of #f4baff is #ffccff. Color #f4baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 10111010 11111111
Octal 364 272 377
Decimal 244 186 255
Hex F4 BA FF

RGB Percentages of Color #f4baff

%35.62
%27.15
%37.23

CMYK Percentages of Color #f4baff

%4
%27
%0
%0

Triadic Colors of #f4baff

#f4baff #fff4ba #bafff4

Analogous Colors of #f4baff

#f4baff #ffbae8 #d2baff

Monochromatic Colors of #f4baff

#f4baff

Complementary Color

#f4baff #c5ffba

#f4baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4baff Color CSS Codes

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

#f4baff Text Font Color

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

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


#f4baff Background Color

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

This div background color is #f4baff


#f4baff Border Color

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

This div border color is #f4baff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,186,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4baff

Related Colors


Comments

No comments written yet.

Please login to write comment.