Color Hex Logo

#ffcaf6 Color Hex

#FFCAF6
(255,202,246)
0 Favorites   0 Comments

Color spaces of #ffcaf6

RGB 255202246
HSL0.861.000.90
HSV310°21°100°
CMYK 0.000.210.04   0.00
XYZ78.995170.154996.5665
Yxy70.15490.32150.2855
Hunter Lab83.758521.7711-9.7254
CIE-Lab87.072825.8211-14.4435

#ffcaf6 color RGB value is (255,202,246).

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

The process color (four color CMYK) of #ffcaf6 color hex is 0.00, 0.21, 0.04, 0.00. Web safe color of #ffcaf6 is #ffccff. Color #ffcaf6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001010 11110110
Octal 377 312 366
Decimal 255 202 246
Hex FF CA F6

RGB Percentages of Color #ffcaf6

%36.27
%28.73
%34.99

CMYK Percentages of Color #ffcaf6

%0
%21
%4
%0

Triadic Colors of #ffcaf6

#ffcaf6 #f6ffca #caf6ff

Analogous Colors of #ffcaf6

#ffcaf6 #ffcadc #eecaff

Monochromatic Colors of #ffcaf6

#ffcaf6

Complementary Color

#ffcaf6 #caffd3

#ffcaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcaf6 Color CSS Codes

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

#ffcaf6 Text Font Color

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

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


#ffcaf6 Background Color

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

This div background color is #ffcaf6


#ffcaf6 Border Color

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

This div border color is #ffcaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcaf6

Related Colors


Comments

No comments written yet.

Please login to write comment.