color codes Logo

#f9abfc color codes

#F9ABFC
(249,171,252)
0 Favorites   0 Comments

Color spaces of #f9abfc

RGB 249171252
HSL0.830.930.83
HSV298°32°99°
CMYK 0.010.320.00   0.01
XYZ71.200556.293899.2086
Yxy56.29380.31410.2483
Hunter Lab75.029238.0902-25.8768
CIE-Lab79.780741.2520-28.7527

#f9abfc color RGB value is (249,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10101011 11111100
Octal 371 253 374
Decimal 249 171 252
Hex F9 AB FC

RGB Percentages of Color #f9abfc

%37.05
%25.45
%37.50

CMYK Percentages of Color #f9abfc

%1
%32
%0
%1

Triadic Colors of #f9abfc

#f9abfc #fcf9ab #abfcf9

Analogous Colors of #f9abfc

#f9abfc #fcabd7 #d1abfc

Monochromatic Colors of #f9abfc

#f9abfc

Complementary Color

#f9abfc #aefcab

#f9abfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9abfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9abfc Color CSS Codes

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

#f9abfc Text Font Color

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

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


#f9abfc Background Color

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

This div background color is #f9abfc


#f9abfc Border Color

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

This div border color is #f9abfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9abfc


Comments

No comments written yet.

Please login to write comment.