Color Hex Logo

#f3cbfa Color Hex

#F3CBFA
(243,203,250)
0 Favorites   0 Comments

Color spaces of #f3cbfa

RGB 243203250
HSL0.810.820.89
HSV291°19°98°
CMYK 0.030.190.00   0.02
XYZ75.573468.668799.7137
Yxy68.66870.30980.2815
Hunter Lab82.866617.7735-13.3373
CIE-Lab86.339722.0929-17.7726

#f3cbfa color RGB value is (243,203,250).

#f3cbfa hex color red value is 243, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #f3cbfa hue: 0.81 , saturation: 0.82 and the lightness value of f3cbfa is 0.89.

The process color (four color CMYK) of #f3cbfa color hex is 0.03, 0.19, 0.00, 0.02. Web safe color of #f3cbfa is #ffccff. Color #f3cbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11001011 11111010
Octal 363 313 372
Decimal 243 203 250
Hex F3 CB FA

RGB Percentages of Color #f3cbfa

%34.91
%29.17
%35.92

CMYK Percentages of Color #f3cbfa

%3
%19
%0
%2

Triadic Colors of #f3cbfa

#f3cbfa #faf3cb #cbfaf3

Analogous Colors of #f3cbfa

#f3cbfa #facbea #dccbfa

Monochromatic Colors of #f3cbfa

#f3cbfa

Complementary Color

#f3cbfa #d2facb

#f3cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3cbfa Color CSS Codes

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

#f3cbfa Text Font Color

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

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


#f3cbfa Background Color

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

This div background color is #f3cbfa


#f3cbfa Border Color

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

This div border color is #f3cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3cbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.