Color Hex Logo

#f4cffa Color Hex

#F4CFFA
(244,207,250)
0 Favorites   0 Comments

Color spaces of #f4cffa

RGB 244207250
HSL0.810.810.90
HSV292°17°98°
CMYK 0.020.170.00   0.02
XYZ76.876470.7609100.0489
Yxy70.76090.31040.2857
Hunter Lab84.119515.9212-11.6339
CIE-Lab87.368720.3046-16.2159

#f4cffa color RGB value is (244,207,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 11001111 11111010
Octal 364 317 372
Decimal 244 207 250
Hex F4 CF FA

RGB Percentages of Color #f4cffa

%34.81
%29.53
%35.66

CMYK Percentages of Color #f4cffa

%2
%17
%0
%2

Triadic Colors of #f4cffa

#f4cffa #faf4cf #cffaf4

Analogous Colors of #f4cffa

#f4cffa #facfeb #dfcffa

Monochromatic Colors of #f4cffa

#f4cffa

Complementary Color

#f4cffa #d5facf

#f4cffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4cffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4cffa Color CSS Codes

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

#f4cffa Text Font Color

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

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


#f4cffa Background Color

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

This div background color is #f4cffa


#f4cffa Border Color

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

This div border color is #f4cffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4cffa


Comments

No comments written yet.

Please login to write comment.