Color spaces of #f4bddf
RGB | 244 | 189 | 223 |
---|---|---|---|
HSL | 0.90 | 0.71 | 0.85 |
HSV | 323° | 23° | 96° |
CMYK | 0.00 | 0.23 | 0.09 0.04 |
XYZ | 68.8251 | 60.9560 | 77.9502 |
Yxy | 60.9560 | 0.3313 | 0.2934 |
Hunter Lab | 78.0743 | 20.7236 | -4.5437 |
CIE-Lab | 82.3551 | 25.0486 | -9.3382 |
#f4bddf color RGB value is (244,189,223).
#f4bddf hex color red value is 244, green value is 189 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f4bddf hue: 0.90 , saturation: 0.71 and the lightness value of f4bddf is 0.85.
The process color (four color CMYK) of #f4bddf color hex is 0.00, 0.23, 0.09, 0.04. Web safe color of #f4bddf is #ffcccc. Color #f4bddf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11110100 | 10111101 | 11011111 |
Octal | 364 | 275 | 337 |
Decimal | 244 | 189 | 223 |
Hex | F4 | BD | DF |
Shades of #f4bddf
Tints of #f4bddf
RGB Percentages of Color #f4bddf
CMYK Percentages of Color #f4bddf
Complementary Color
#f4bddf | #bdf4d2 |
#f4bddf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#f4bddf Color Preview on White Background
Lorem ipsum dolor sit amet.
#f4bddf Color CSS Codes
.mybgcolor {background-color:#f4bddf; } .myforecolor {color:#f4bddf; } .mybordercolor {border:3px solid #f4bddf; }
#f4bddf Text Font Color
<p style="color:#f4bddf">Text here</p>
This sample text font color is #f4bddf
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.
#f4bddf Background Color
<div style="background-color:#f4bddf">
Div content here</div>
This div background color is #f4bddf
#f4bddf Border Color
<div style="border:3px solid #f4bddf">
Div here</div>
This div border color is #f4bddf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(244,189,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #f4bddf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #f4bddf; -webkit-box-shadow: 1px 1px 3px 2px #f4bddf; box-shadow: 1px 1px 3px 2px #f4bddf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(244,189,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #f4bddf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #f4bddf; -webkit-box-shadow: 1px 1px 3px 2px #f4bddf; box-shadow: 1px 1px 3px 2px #f4bddf;">
Div content here</div>
This div box has shadow with color #f4bddf
Comments
No comments written yet.
Please login to write comment.