#F1CFDA

Color #F1CFDA Pink Lace (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Lace #F1CFDA

Tints of Pink Lace #F1CFDA

Color information

#F1CFDA (or 0xF1CFDA) is unknown color: approx Pink Lace. HEX triplet: F1, CF and DA. RGB value is (241,207,218). Sum of RGB (Red+Green+Blue) = 241+207+218=666 (88% of max value = 765). Red value is 241 (94.53% from 255 or 36.19% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 218 (85.55% from 255 or 32.73% from 666); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CFDA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1CFDA is #0E3025. Grayscale: #DADADA. Windows color (decimal): -929830 or 14340081. OLE color: 14340081.

HSL color Cylindrical-coordinate representation of color #F1CFDA: hue angle of 340.59º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F1CFDA is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB241207218-
CMYK00.140.100.05
HSL340.59º54.84%87.84%-
HSV(B)340.59º14.11%94.51%-
XYZ71.2468.3975.78-
YUV218.42127.76144.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 36.19%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 218 (85.55% from 255) = 32.73%
R=36.19%
G=31.08%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120721800.140.100.05340.5954.8487.84
HexF1CFDA0EA51553758
Octal36131733201612552567130
Binary1111000111001111110110100111010101011010101011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CFDA; }

 p { color: rgb(241,207,218); }

 H1.HeaderClassName
 {
   color: #F1CFDA;
 }
 .AnyTagClassName
 {
   color: #F1CFDA;
 }
</style>
background-color css

<style>
 a { background-color: #F1CFDA; }

 a { background-color: rgb(241,207,218); }

 div.DivClassName
 {
   background-color: #F1CFDA;
 }
 .BgClassName
 {
   background-color: #F1CFDA;
 }
</style>
border-color css

<style>
 span { border-color: #F1CFDA; }

 span { border-color: rgb(241,207,218); }

 td.TdClassName
 {
   border-color: #F1CFDA;
 }
 .TagClassName
 {
   border-color: #F1CFDA;
 }
</style>