Color Hex Logo

#ffcff1 Color Hex

#FFCFF1
(255,207,241)
3 Favorites   0 Comments

Color spaces of #ffcff1

RGB 255207241
HSL0.881.000.91
HSV318°19°100°
CMYK 0.000.190.05   0.00
XYZ79.430072.236592.9757
Yxy72.23650.32470.2953
Hunter Lab84.992118.0825-5.3649
CIE-Lab88.082322.3309-10.2911

#ffcff1 color RGB value is (255,207,241).

#ffcff1 hex color red value is 255, green value is 207 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #ffcff1 hue: 0.88 , saturation: 1.00 and the lightness value of ffcff1 is 0.91.

The process color (four color CMYK) of #ffcff1 color hex is 0.00, 0.19, 0.05, 0.00. Web safe color of #ffcff1 is #ffccff. Color #ffcff1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11001111 11110001
Octal 377 317 361
Decimal 255 207 241
Hex FF CF F1

RGB Percentages of Color #ffcff1

%36.27
%29.45
%34.28

CMYK Percentages of Color #ffcff1

%0
%19
%5
%0

Triadic Colors of #ffcff1

#ffcff1 #f1ffcf #cff1ff

Analogous Colors of #ffcff1

#ffcff1 #ffcfd9 #f5cfff

Monochromatic Colors of #ffcff1

#ffcff1

Complementary Color

#ffcff1 #cfffdd

#ffcff1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffcff1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffcff1 Color CSS Codes

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

#ffcff1 Text Font Color

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

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


#ffcff1 Background Color

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

This div background color is #ffcff1


#ffcff1 Border Color

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

This div border color is #ffcff1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffcff1

Related Colors

#ffcff1 Color Palettes


Comments

No comments written yet.

Please login to write comment.