Color Hex Logo

#ffc5fa Color Hex

#FFC5FA
(255,197,250)
0 Favorites   0 Comments

Color spaces of #ffc5fa

RGB 255197250
HSL0.851.000.89
HSV305°23°100°
CMYK 0.000.230.02   0.00
XYZ78.461668.094699.4507
Yxy68.09460.31890.2768
Hunter Lab82.519525.3133-13.6914
CIE-Lab86.053729.1529-18.0948

#ffc5fa color RGB value is (255,197,250).

#ffc5fa hex color red value is 255, green value is 197 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ffc5fa hue: 0.85 , saturation: 1.00 and the lightness value of ffc5fa is 0.89.

The process color (four color CMYK) of #ffc5fa color hex is 0.00, 0.23, 0.02, 0.00. Web safe color of #ffc5fa is #ffccff. Color #ffc5fa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000101 11111010
Octal 377 305 372
Decimal 255 197 250
Hex FF C5 FA

RGB Percentages of Color #ffc5fa

%36.32
%28.06
%35.61

CMYK Percentages of Color #ffc5fa

%0
%23
%2
%0

Triadic Colors of #ffc5fa

#ffc5fa #faffc5 #c5faff

Analogous Colors of #ffc5fa

#ffc5fa #ffc5dd #e7c5ff

Monochromatic Colors of #ffc5fa

#ffc5fa

Complementary Color

#ffc5fa #c5ffca

#ffc5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc5fa Color CSS Codes

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

#ffc5fa Text Font Color

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

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


#ffc5fa Background Color

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

This div background color is #ffc5fa


#ffc5fa Border Color

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

This div border color is #ffc5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc5fa

Related Colors


Comments

No comments written yet.

Please login to write comment.