#F1C7CF

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

Shades of Pink Lace #F1C7CF

Tints of Pink Lace #F1C7CF

Color information

#F1C7CF (or 0xF1C7CF) is unknown color: approx Pink Lace. HEX triplet: F1, C7 and CF. RGB value is (241,199,207). Sum of RGB (Red+Green+Blue) = 241+199+207=647 (85% of max value = 765). Red value is 241 (94.53% from 255 or 37.25% from 647); Green value is 199 (78.12% from 255 or 30.76% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 241 - color contains mainly: red. Hex color #F1C7CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F1C7CF is #0E3830. Grayscale: #D4D4D4. Windows color (decimal): -931889 or 13617137. OLE color: 13617137.

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

Color convert

RGB241199207-
CMYK00.170.140.05
HSL348.57º60%86.27%-
HSV(B)348.57º17.43%94.51%-
XYZ67.9664.0567.81-
YUV212.47124.91148.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 37.25%
GREEN value IS 199 (78.12% from 255) = 30.76%
BLUE value IS 207 (81.25% from 255) = 31.99%
R=37.25%
G=30.76%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24119920700.170.140.05348.576086.27
HexF1C7CF011E515d3c56
Octal36130731702116553574126
Binary11110001110001111100111101000111101011010111011111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1C7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1C7CF; }

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

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

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

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

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

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

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

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