Color Hex Logo

#f3afdf Color Hex

#F3AFDF
(243,175,223)
0 Favorites   0 Comments

Color spaces of #f3afdf

RGB 243175223
HSL0.880.740.82
HSV318°28°95°
CMYK 0.000.280.08   0.05
XYZ65.611455.042376.9782
Yxy55.04230.33200.2785
Hunter Lab74.190528.0256-9.5845
CIE-Lab79.065632.1272-14.2629

#f3afdf color RGB value is (243,175,223).

#f3afdf hex color red value is 243, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f3afdf hue: 0.88 , saturation: 0.74 and the lightness value of f3afdf is 0.82.

The process color (four color CMYK) of #f3afdf color hex is 0.00, 0.28, 0.08, 0.05. Web safe color of #f3afdf is #ff99cc. Color #f3afdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10101111 11011111
Octal 363 257 337
Decimal 243 175 223
Hex F3 AF DF

RGB Percentages of Color #f3afdf

%37.91
%27.30
%34.79

CMYK Percentages of Color #f3afdf

%0
%28
%8
%5

Triadic Colors of #f3afdf

#f3afdf #dff3af #afdff3

Analogous Colors of #f3afdf

#f3afdf #f3afbd #e5aff3

Monochromatic Colors of #f3afdf

#f3afdf

Complementary Color

#f3afdf #aff3c3

#f3afdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3afdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3afdf Color CSS Codes

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

#f3afdf Text Font Color

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

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


#f3afdf Background Color

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

This div background color is #f3afdf


#f3afdf Border Color

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

This div border color is #f3afdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3afdf


Comments

No comments written yet.

Please login to write comment.