Color Hex Logo

#f6cbfa Color Hex

#F6CBFA
(246,203,250)
0 Favorites   0 Comments

Color spaces of #f6cbfa

RGB 246203250
HSL0.820.820.89
HSV295°19°98°
CMYK 0.020.190.00   0.02
XYZ76.617369.206899.7626
Yxy69.20680.31200.2818
Hunter Lab83.190618.8122-12.8674
CIE-Lab86.606423.0667-17.3447

#f6cbfa color RGB value is (246,203,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001011 11111010
Octal 366 313 372
Decimal 246 203 250
Hex F6 CB FA

RGB Percentages of Color #f6cbfa

%35.19
%29.04
%35.77

CMYK Percentages of Color #f6cbfa

%2
%19
%0
%2

Triadic Colors of #f6cbfa

#f6cbfa #faf6cb #cbfaf6

Analogous Colors of #f6cbfa

#f6cbfa #facbe7 #dfcbfa

Monochromatic Colors of #f6cbfa

#f6cbfa

Complementary Color

#f6cbfa #cffacb

#f6cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cbfa Color CSS Codes

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

#f6cbfa Text Font Color

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

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


#f6cbfa Background Color

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

This div background color is #f6cbfa


#f6cbfa Border Color

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

This div border color is #f6cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cbfa


Comments

No comments written yet.

Please login to write comment.