Color Hex Logo

#f6cdff Color Hex

#F6CDFF
(246,205,255)
0 Favorites   0 Comments

Color spaces of #f6cdff

RGB 246205255
HSL0.801.000.90
HSV289°20°100°
CMYK 0.040.200.00   0.00
XYZ77.887470.4755104.1058
Yxy70.47550.30850.2791
Hunter Lab83.949718.6980-14.7606
CIE-Lab87.229622.9377-19.0492

#f6cdff color RGB value is (246,205,255).

#f6cdff hex color red value is 246, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #f6cdff hue: 0.80 , saturation: 1.00 and the lightness value of f6cdff is 0.90.

The process color (four color CMYK) of #f6cdff color hex is 0.04, 0.20, 0.00, 0.00. Web safe color of #f6cdff is #ffccff. Color #f6cdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110110 11001101 11111111
Octal 366 315 377
Decimal 246 205 255
Hex F6 CD FF

RGB Percentages of Color #f6cdff

%34.84
%29.04
%36.12

CMYK Percentages of Color #f6cdff

%4
%20
%0
%0

Triadic Colors of #f6cdff

#f6cdff #fff6cd #cdfff6

Analogous Colors of #f6cdff

#f6cdff #ffcdef #ddcdff

Monochromatic Colors of #f6cdff

#f6cdff

Complementary Color

#f6cdff #d6ffcd

#f6cdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f6cdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f6cdff Color CSS Codes

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

#f6cdff Text Font Color

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

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


#f6cdff Background Color

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

This div background color is #f6cdff


#f6cdff Border Color

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

This div border color is #f6cdff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(246,205,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f6cdff

Related Colors


Comments

No comments written yet.

Please login to write comment.