Color spaces of #ffacfb
RGB | 255 | 172 | 251 |
---|---|---|---|
HSL | 0.84 | 1.00 | 0.84 |
HSV | 303° | 33° | 100° |
CMYK | 0.00 | 0.33 | 0.02 0.00 |
XYZ | 73.4051 | 57.7301 | 98.5409 |
Yxy | 57.7301 | 0.3196 | 0.2514 |
Hunter Lab | 75.9803 | 39.4845 | -23.7085 |
CIE-Lab | 80.5885 | 42.4096 | -26.9241 |
#ffacfb color RGB value is (255,172,251).
#ffacfb hex color red value is 255, green value is 172 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ffacfb hue: 0.84 , saturation: 1.00 and the lightness value of ffacfb is 0.84.
The process color (four color CMYK) of #ffacfb color hex is 0.00, 0.33, 0.02, 0.00. Web safe color of #ffacfb is #ff99ff. Color #ffacfb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 10101100 | 11111011 |
Octal | 377 | 254 | 373 |
Decimal | 255 | 172 | 251 |
Hex | FF | AC | FB |
Shades of #ffacfb
Tints of #ffacfb
RGB Percentages of Color #ffacfb
CMYK Percentages of Color #ffacfb
Complementary Color
#ffacfb | #acffb0 |
#ffacfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffacfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffacfb Color CSS Codes
.mybgcolor {background-color:#ffacfb; } .myforecolor {color:#ffacfb; } .mybordercolor {border:3px solid #ffacfb; }
#ffacfb Text Font Color
<p style="color:#ffacfb">Text here</p>
This sample text font color is #ffacfb
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.
#ffacfb Background Color
<div style="background-color:#ffacfb">
Div content here</div>
This div background color is #ffacfb
#ffacfb Border Color
<div style="border:3px solid #ffacfb">
Div here</div>
This div border color is #ffacfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,172,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffacfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffacfb; -webkit-box-shadow: 1px 1px 3px 2px #ffacfb; box-shadow: 1px 1px 3px 2px #ffacfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,172,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffacfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffacfb; -webkit-box-shadow: 1px 1px 3px 2px #ffacfb; box-shadow: 1px 1px 3px 2px #ffacfb;">
Div content here</div>
This div box has shadow with color #ffacfb
Related Colors
#ffacfb Color Palettes
Comments
No comments written yet.
Please login to write comment.