Color Hex Logo

#f5cffa Color Hex

#F5CFFA
(245,207,250)
0 Favorites   0 Comments

Color spaces of #f5cffa

RGB 245207250
HSL0.810.810.90
HSV293°17°98°
CMYK 0.020.170.00   0.02
XYZ77.224370.9403100.0652
Yxy70.94030.31110.2858
Hunter Lab84.226116.2656-11.4815
CIE-Lab87.456020.6301-16.0760

#f5cffa color RGB value is (245,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 11001111 11111010
Octal 365 317 372
Decimal 245 207 250
Hex F5 CF FA

RGB Percentages of Color #f5cffa

%34.90
%29.49
%35.61

CMYK Percentages of Color #f5cffa

%2
%17
%0
%2

Triadic Colors of #f5cffa

#f5cffa #faf5cf #cffaf5

Analogous Colors of #f5cffa

#f5cffa #facfea #e0cffa

Monochromatic Colors of #f5cffa

#f5cffa

Complementary Color

#f5cffa #d4facf

#f5cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5cffa Color CSS Codes

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

#f5cffa Text Font Color

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

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


#f5cffa Background Color

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

This div background color is #f5cffa


#f5cffa Border Color

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

This div border color is #f5cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5cffa


Comments

No comments written yet.

Please login to write comment.