Color Hex Logo

#f6cffa Color Hex

#F6CFFA
(246,207,250)
0 Favorites   0 Comments

Color spaces of #f6cffa

RGB 246207250
HSL0.820.810.90
HSV294°17°98°
CMYK 0.020.170.00   0.02
XYZ77.574271.1206100.0815
Yxy71.12060.31180.2859
Hunter Lab84.333016.6114-11.3288
CIE-Lab87.543620.9562-15.9355

#f6cffa color RGB value is (246,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001111 11111010
Octal 366 317 372
Decimal 246 207 250
Hex F6 CF FA

RGB Percentages of Color #f6cffa

%34.99
%29.45
%35.56

CMYK Percentages of Color #f6cffa

%2
%17
%0
%2

Triadic Colors of #f6cffa

#f6cffa #faf6cf #cffaf6

Analogous Colors of #f6cffa

#f6cffa #facfe9 #e1cffa

Monochromatic Colors of #f6cffa

#f6cffa

Complementary Color

#f6cffa #d3facf

#f6cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cffa Color CSS Codes

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

#f6cffa Text Font Color

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

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


#f6cffa Background Color

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

This div background color is #f6cffa


#f6cffa Border Color

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

This div border color is #f6cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cffa

Related Colors


Comments

No comments written yet.

Please login to write comment.