Color Hex Logo

#f3cbdf Color Hex

#F3CBDF
(243,203,223)
0 Favorites   0 Comments

Color spaces of #f3cbdf

RGB 243203223
HSL0.920.630.87
HSV330°16°95°
CMYK 0.000.160.08   0.05
XYZ71.637467.094378.9868
Yxy67.09430.32900.3082
Hunter Lab81.911112.76720.1645
CIE-Lab85.551517.3048-4.6167

#f3cbdf color RGB value is (243,203,223).

#f3cbdf hex color red value is 243, green value is 203 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f3cbdf hue: 0.92 , saturation: 0.63 and the lightness value of f3cbdf is 0.87.

The process color (four color CMYK) of #f3cbdf color hex is 0.00, 0.16, 0.08, 0.05. Web safe color of #f3cbdf is #ffcccc. Color #f3cbdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001011 11011111
Octal 363 313 337
Decimal 243 203 223
Hex F3 CB DF

RGB Percentages of Color #f3cbdf

%36.32
%30.34
%33.33

CMYK Percentages of Color #f3cbdf

%0
%16
%8
%5

Triadic Colors of #f3cbdf

#f3cbdf #dff3cb #cbdff3

Analogous Colors of #f3cbdf

#f3cbdf #f3cbcb #f3cbf3

Monochromatic Colors of #f3cbdf

#f3cbdf

Complementary Color

#f3cbdf #cbf3df

#f3cbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3cbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3cbdf Color CSS Codes

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

#f3cbdf Text Font Color

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

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


#f3cbdf Background Color

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

This div background color is #f3cbdf


#f3cbdf Border Color

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

This div border color is #f3cbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3cbdf


Comments

No comments written yet.

Please login to write comment.