Color Hex Logo

#f3abdd Color Hex

#F3ABDD
(243,171,221)
0 Favorites   0 Comments

Color spaces of #f3abdd

RGB 243171221
HSL0.880.750.81
HSV318°30°95°
CMYK 0.000.300.09   0.05
XYZ64.576253.401075.3105
Yxy53.40100.33410.2763
Hunter Lab73.076029.8549-9.9498
CIE-Lab78.111233.9049-14.6125

#f3abdd color RGB value is (243,171,221).

#f3abdd hex color red value is 243, green value is 171 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f3abdd hue: 0.88 , saturation: 0.75 and the lightness value of f3abdd is 0.81.

The process color (four color CMYK) of #f3abdd color hex is 0.00, 0.30, 0.09, 0.05. Web safe color of #f3abdd is #ff99cc. Color #f3abdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10101011 11011101
Octal 363 253 335
Decimal 243 171 221
Hex F3 AB DD

RGB Percentages of Color #f3abdd

%38.27
%26.93
%34.80

CMYK Percentages of Color #f3abdd

%0
%30
%9
%5

Triadic Colors of #f3abdd

#f3abdd #ddf3ab #abddf3

Analogous Colors of #f3abdd

#f3abdd #f3abb9 #e5abf3

Monochromatic Colors of #f3abdd

#f3abdd

Complementary Color

#f3abdd #abf3c1

#f3abdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3abdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3abdd Color CSS Codes

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

#f3abdd Text Font Color

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

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


#f3abdd Background Color

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

This div background color is #f3abdd


#f3abdd Border Color

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

This div border color is #f3abdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,171,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3abdd

#f3abdd Color Palettes


Comments

No comments written yet.

Please login to write comment.